nixpkgs-suyu/pkgs/applications/altcoins/parity/beta.nix
Alexander Krupenkin d305c24b8d parity: new release 1.10.0 (#37618)
* parity: 1.8.11 -> 1.9.5

* parity-beta: 1.9.4 -> 1.10.0

* parity: patch fixes
2018-04-03 13:23:46 -05:00

7 lines
306 B
Nix

let
version = "1.10.0";
sha256 = "0dmdd7qa8lww5bzcdn25nkyz6334irh8hw0y1j0yc2pmd2dny99g";
cargoSha256 = "0whkjbaq40mqva1ayqnmz2ppqjrg35va93cypx1al41rsp1yc37m";
patches = [ ./patches/vendored-sources-1.10.patch ];
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }