Skip to content

Commit

Permalink
parity: 1.8.10 -> 1.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
akru authored and Mic92 committed Mar 9, 2018
1 parent 140ae89 commit c9dcbf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/altcoins/parity/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
version = "1.8.10";
sha256 = "0slqfzyz11s6wjf77npgw4q6bcgkqmfm53daj47slxm6axkd954r";
cargoSha256 = "0k0vqvmz2jr0lfzm8bfrshapgvxjr617shsg5m479m3r02p8l9l3";
version = "1.8.11";
sha256 = "1vabkglmmbx9jccwsqwvwck1brdjack3sw6iwsxy01wsc2jam56k";
cargoSha256 = "1l5hx77glclpwd9i35rr3lxfxshsf1bsxvs2chsp2vwjy06knjmi";
patches = [ ./patches/vendored-sources-1.8.patch ];
in
import ./parity.nix { inherit version sha256 cargoSha256 patches; }

0 comments on commit c9dcbf4

Please sign in to comment.