summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorAlexander Krupenkin <mail@akru.me>2018-03-01 01:29:27 +0300
committerJörg Thalheim <joerg@thalheim.io>2018-03-09 09:12:35 +0000
commit40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a (patch)
tree228570a592cf6b9c93c5694db60ac542746c8b0c /pkgs/applications/altcoins
parentfb883eb8a15780361af8725d5fe17126d6b18729 (diff)
downloadnixlib-40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a.tar
nixlib-40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a.tar.gz
nixlib-40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a.tar.bz2
nixlib-40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a.tar.lz
nixlib-40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a.tar.xz
nixlib-40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a.tar.zst
nixlib-40ffdbf728019b5ed9e56e3a10fa2ba28c50c37a.zip
parity-beta: updated vendored sources
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/parity/beta.nix2
-rw-r--r--pkgs/applications/altcoins/parity/patches/vendored-sources-1.9.patch7
2 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/parity/beta.nix b/pkgs/applications/altcoins/parity/beta.nix
index 3936bde0dc0f..aecc9b0bb73b 100644
--- a/pkgs/applications/altcoins/parity/beta.nix
+++ b/pkgs/applications/altcoins/parity/beta.nix
@@ -1,7 +1,7 @@
 let
   version     = "1.9.3";
   sha256      = "19qyp6kafnnfhdnbq745v8zybnqizjzzc3k4701ly9hf0dvx53ka";
-  cargoSha256 = "1vdvqs6ligp5fkw5s7v44vwqwz5dqa0ipilx0piz6swz0drilima";
+  cargoSha256 = "1f2rq96ci1pm29wlaahp4vq6wmmywq33a7svdi9nw5wqvbr1l1nk";
   patches     = [ ./patches/vendored-sources-1.9.patch ];
 in
   import ./parity.nix { inherit version sha256 cargoSha256 patches; }
diff --git a/pkgs/applications/altcoins/parity/patches/vendored-sources-1.9.patch b/pkgs/applications/altcoins/parity/patches/vendored-sources-1.9.patch
index faff474b8fe1..d1f6520d706b 100644
--- a/pkgs/applications/altcoins/parity/patches/vendored-sources-1.9.patch
+++ b/pkgs/applications/altcoins/parity/patches/vendored-sources-1.9.patch
@@ -3,7 +3,7 @@ new file mode 100644
 index 000000000..0efb69724
 --- /dev/null
 +++ b/.cargo/config
-@@ -0,0 +1,96 @@
+@@ -0,0 +1,100 @@
 +
 +[source."https://github.com/alexcrichton/mio-named-pipes"]
 +git = "https://github.com/alexcrichton/mio-named-pipes"
@@ -90,6 +90,11 @@ index 000000000..0efb69724
 +branch = "master"
 +replace-with = "vendored-sources"
 +
++[source."https://github.com/pepyakin/wasmi"]
++git = "https://github.com/pepyakin/wasmi"
++branch = "master"
++replace-with = "vendored-sources"
++
 +[source."https://github.com/tailhook/rotor"]
 +git = "https://github.com/tailhook/rotor"
 +branch = "master"