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

8 lines
304 B
Nix
Raw Normal View History

2018-02-21 09:11:47 +00:00
let
2018-04-18 15:09:48 +01:00
version = "1.9.6";
sha256 = "17h7c93c95pj71nbw152rl4ka240zzd8w0yf8k4l4rimcsbra92g";
cargoSha256 = "0gk26yncahrlnx6xz13x775wrwh7xsfqiifspjislmgk7xknqjm0";
2018-03-22 11:54:42 +00:00
patches = [ ./patches/vendored-sources-1.9.patch ];
2018-02-21 09:11:47 +00:00
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }