Skip to content

Commit

Permalink
parity-beta: 1.9.3 -> 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akru authored and Mic92 committed Mar 9, 2018
1 parent c9dcbf4 commit 20a91ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/altcoins/parity/beta.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
version = "1.9.3";
sha256 = "19qyp6kafnnfhdnbq745v8zybnqizjzzc3k4701ly9hf0dvx53ka";
cargoSha256 = "1f2rq96ci1pm29wlaahp4vq6wmmywq33a7svdi9nw5wqvbr1l1nk";
version = "1.9.4";
sha256 = "00b6wsyc2chmdkhfhi9h1i06hpcjj2abcx3qdc6k39clgha0081f";
cargoSha256 = "0pyb1mpykdp6i7c30lm5fprrxg3zanak44g28cygzli3l9l3xiy3";
patches = [ ./patches/vendored-sources-1.9.patch ];
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }

0 comments on commit 20a91ae

Please sign in to comment.