nixpkgs/pkgs/applications/altcoins/parity/beta.nix

8 lines
306 B
Nix
Raw Normal View History

2018-02-21 09:13:07 +00:00
let
2018-04-27 12:11:31 +00:00
version = "1.10.2";
sha256 = "1a1rbwlwi60nfv6m1rdy5baq5lcafc8nw96y45pr1674i48gkp0l";
cargoSha256 = "0l3rjkinzppfq8fi8h24r35rb552fzzman5a6yk33wlsdj2lv7yh";
2018-03-22 11:54:59 +00:00
patches = [ ./patches/vendored-sources-1.10.patch ];
2018-02-21 09:13:07 +00:00
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }