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

7 lines
238 B
Nix
Raw Normal View History

2018-02-21 09:11:47 +00:00
let
2019-01-16 09:37:25 +00:00
version = "2.2.7";
sha256 = "0bxq4z84vsb8hmbscr41xiw11m9xg6if231v76c2dmkbyqgpqy8p";
cargoSha256 = "1izwqg87qxhmmkd49m0k09i7r05sfcb18m5jbpvggjzp57ips09r";
2018-02-21 09:11:47 +00:00
in
2018-12-08 19:46:13 +00:00
import ./parity.nix { inherit version sha256 cargoSha256; }