parity: 1.9.7 -> 1.10.6

This commit is contained in:
Alexander Krupenkin 2018-06-06 15:44:47 +03:00
parent c36101eac1
commit 7e45efc0f2
No known key found for this signature in database
GPG Key ID: 0D0A7FA67911873E

View File

@ -1,7 +1,7 @@
let
version = "1.9.7";
sha256 = "1h9rmyqkdv2v83g12dadgqflq1n1qqgd5hrpy20ajha0qpbiv3ph";
cargoSha256 = "0ss5jw43850r8l34prai5vk1zd5d5fjyg4rcav1asbq6v683bww0";
patches = [ ./patches/vendored-sources-1.9.patch ];
version = "1.10.6";
sha256 = "1x2sm262z8fdkx8zin6r8nwbb7znziw9nm224pr6ap3p0jmv7fcq";
cargoSha256 = "1wf1lh32f9dlhv810gdcssv92g1yximx09lw63m0mxcjbn9813bs";
patches = [ ./patches/vendored-sources-1.10.patch ];
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }