summary refs log tree commit diff
path: root/pkgs/applications/altcoins/parity/default.nix
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-06-06 21:54:16 +0200
committerGitHub <noreply@github.com>2018-06-06 21:54:16 +0200
commit0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff (patch)
tree6568e4c55146ddd90d9dea3d62a792ba0942fc67 /pkgs/applications/altcoins/parity/default.nix
parent517d5ff6e16fb5f927c759e2f1b6cb5a91366763 (diff)
parent7e45efc0f2f01bbceffb29f4748b4778842869f0 (diff)
downloadnixlib-0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff.tar
nixlib-0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff.tar.gz
nixlib-0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff.tar.bz2
nixlib-0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff.tar.lz
nixlib-0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff.tar.xz
nixlib-0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff.tar.zst
nixlib-0c9ec4dfcfd3fbc1a8def472338fc50b5a1280ff.zip
Merge pull request #41578 from akru/master
parity: 1.9.7 -> 1.10.6 [SECURITY UPDATES]
Diffstat (limited to 'pkgs/applications/altcoins/parity/default.nix')
-rw-r--r--pkgs/applications/altcoins/parity/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/altcoins/parity/default.nix b/pkgs/applications/altcoins/parity/default.nix
index d85fc25355c8..3ba2495d45a2 100644
--- a/pkgs/applications/altcoins/parity/default.nix
+++ b/pkgs/applications/altcoins/parity/default.nix
@@ -1,7 +1,7 @@
 let
-  version     = "1.9.7";
-  sha256      = "1h9rmyqkdv2v83g12dadgqflq1n1qqgd5hrpy20ajha0qpbiv3ph";
-  cargoSha256 = "0ss5jw43850r8l34prai5vk1zd5d5fjyg4rcav1asbq6v683bww0";
-  patches     = [ ./patches/vendored-sources-1.9.patch ];
+  version     = "1.10.6";
+  sha256      = "1x2sm262z8fdkx8zin6r8nwbb7znziw9nm224pr6ap3p0jmv7fcq";
+  cargoSha256 = "1wf1lh32f9dlhv810gdcssv92g1yximx09lw63m0mxcjbn9813bs";
+  patches     = [ ./patches/vendored-sources-1.10.patch ];
 in
   import ./parity.nix { inherit version sha256 cargoSha256 patches; }