parity: 1.10.6 -> 1.10.7

This commit is contained in:
Alexander Krupenkin 2018-06-20 18:57:34 +03:00
parent f9218b1346
commit 4e1bbd189f
No known key found for this signature in database
GPG Key ID: 0D0A7FA67911873E

View File

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