parity-beta: 2.2.1 -> 2.2.4

This commit is contained in:
Alexander Krupenkin 2018-12-08 22:46:32 +03:00
parent 762333cbce
commit 7944624851
No known key found for this signature in database
GPG key ID: 0D0A7FA67911873E

View file

@ -1,9 +1,6 @@
let
version = "2.2.1";
sha256 = "1m65pks2jk83j82f1i901p03qb54xhcp6gfjngcm975187zzvmcq";
cargoSha256 = "1mf1jgphwvhlqkvzrgbhnqfyqgf3ljc1l9zckyilzmw5k4lf4g1w";
patches = [
./patches/vendored-sources-2.2.patch
];
version = "2.2.4";
sha256 = "12qcfmc56vnay25nlflgwhm3iwlr7hd286wzzanlsalizaj5s5ja";
cargoSha256 = "11cwzqd459ld0apl2wnarfc4nb6j9j0dh26y3smvr0zsxvaz1r53";
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }
import ./parity.nix { inherit version sha256 cargoSha256; }