summary refs log tree commit diff
path: root/pkgs/applications/altcoins/parity/beta.nix
blob: b844c441bbc08baf1ba7571e1311d3c070bec69c (plain) (blame)
1
2
3
4
5
6
let
  version     = "2.5.0";
  sha256      = "1dsckybjg2cvrvcs1bya03xymcm0whfxcb1v0vljn5pghyazgvhx";
  cargoSha256 = "0z7dmzpqg0qnkga7r4ykwrvz8ds1k9ik7cx58h2vnmhrhrddvizr";
in
  import ./parity.nix { inherit version sha256 cargoSha256; }