forked from mirrors/nixpkgs
parity: 1.9.6 -> 1.9.7
This commit is contained in:
parent
9939fb2cb6
commit
82f24d65a3
|
@ -1,7 +1,7 @@
|
||||||
let
|
let
|
||||||
version = "1.9.6";
|
version = "1.9.7";
|
||||||
sha256 = "17h7c93c95pj71nbw152rl4ka240zzd8w0yf8k4l4rimcsbra92g";
|
sha256 = "1h9rmyqkdv2v83g12dadgqflq1n1qqgd5hrpy20ajha0qpbiv3ph";
|
||||||
cargoSha256 = "0gk26yncahrlnx6xz13x775wrwh7xsfqiifspjislmgk7xknqjm0";
|
cargoSha256 = "0ss5jw43850r8l34prai5vk1zd5d5fjyg4rcav1asbq6v683bww0";
|
||||||
patches = [ ./patches/vendored-sources-1.9.patch ];
|
patches = [ ./patches/vendored-sources-1.9.patch ];
|
||||||
in
|
in
|
||||||
import ./parity.nix { inherit version sha256 cargoSha256 patches; }
|
import ./parity.nix { inherit version sha256 cargoSha256 patches; }
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
diff --git a/.cargo/config b/.cargo/config
|
diff --git a/.cargo/config b/.cargo/config
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 000000000..0efb69724
|
index 000000000..0efb69724
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/.cargo/config
|
+++ b/.cargo/config
|
||||||
@@ -0,0 +1,100 @@
|
@@ -0,0 +1,94 @@
|
||||||
+
|
|
||||||
+[source."https://github.com/alexcrichton/mio-named-pipes"]
|
+[source."https://github.com/alexcrichton/mio-named-pipes"]
|
||||||
+git = "https://github.com/alexcrichton/mio-named-pipes"
|
+git = "https://github.com/alexcrichton/mio-named-pipes"
|
||||||
+branch = "master"
|
+branch = "master"
|
||||||
|
@ -30,6 +29,11 @@ index 000000000..0efb69724
|
||||||
+branch = "master"
|
+branch = "master"
|
||||||
+replace-with = "vendored-sources"
|
+replace-with = "vendored-sources"
|
||||||
+
|
+
|
||||||
|
+[source."https://github.com/paritytech/app-dirs-rs"]
|
||||||
|
+git = "https://github.com/paritytech/app-dirs-rs"
|
||||||
|
+branch = "master"
|
||||||
|
+replace-with = "vendored-sources"
|
||||||
|
+
|
||||||
+[source."https://github.com/paritytech/bn"]
|
+[source."https://github.com/paritytech/bn"]
|
||||||
+git = "https://github.com/paritytech/bn"
|
+git = "https://github.com/paritytech/bn"
|
||||||
+branch = "master"
|
+branch = "master"
|
||||||
|
@ -85,16 +89,6 @@ index 000000000..0efb69724
|
||||||
+branch = "master"
|
+branch = "master"
|
||||||
+replace-with = "vendored-sources"
|
+replace-with = "vendored-sources"
|
||||||
+
|
+
|
||||||
+[source."https://github.com/paritytech/wasm-utils"]
|
|
||||||
+git = "https://github.com/paritytech/wasm-utils"
|
|
||||||
+branch = "master"
|
|
||||||
+replace-with = "vendored-sources"
|
|
||||||
+
|
|
||||||
+[source."https://github.com/paritytech/wasmi"]
|
|
||||||
+git = "https://github.com/paritytech/wasmi"
|
|
||||||
+branch = "master"
|
|
||||||
+replace-with = "vendored-sources"
|
|
||||||
+
|
|
||||||
+[source."https://github.com/tailhook/rotor"]
|
+[source."https://github.com/tailhook/rotor"]
|
||||||
+git = "https://github.com/tailhook/rotor"
|
+git = "https://github.com/tailhook/rotor"
|
||||||
+branch = "master"
|
+branch = "master"
|
||||||
|
|
Loading…
Reference in a new issue