3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/altcoins/parity/default.nix

8 lines
306 B
Nix
Raw Normal View History

2018-02-21 09:11:47 +00:00
let
2018-07-12 22:10:49 +01:00
version = "1.10.9";
sha256 = "1irfksx887vvvdf97q26qacn22kmyj8fgb3ghh9wv5qnzrn3564g";
2018-06-29 10:53:56 +01:00
cargoSha256 = "0rzhabyhprmcg0cdmibbb8zgqf6z4izsdq8m060mppkkv675x0lf";
2018-06-06 13:44:47 +01:00
patches = [ ./patches/vendored-sources-1.10.patch ];
2018-02-21 09:11:47 +00:00
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }