parity-beta: updated vendored sources

This commit is contained in:
Alexander Krupenkin 2018-03-01 01:29:27 +03:00 committed by Jörg Thalheim
parent fb883eb8a1
commit 40ffdbf728
2 changed files with 7 additions and 2 deletions

View File

@ -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; }

View File

@ -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"