summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-20 22:35:06 +0100
committerGitHub <noreply@github.com>2018-06-20 22:35:06 +0100
commita03f342a5680af0cb840d7a400e6f675329eaec1 (patch)
treeb657f9be697a37ca92533208736f6a26afd9f427 /pkgs/applications
parent04917b22a0edad2294f176e167db87ad9487acff (diff)
parent4e1bbd189fc1a7bafcfcac3b881f1fcdbbf335fd (diff)
downloadnixlib-a03f342a5680af0cb840d7a400e6f675329eaec1.tar
nixlib-a03f342a5680af0cb840d7a400e6f675329eaec1.tar.gz
nixlib-a03f342a5680af0cb840d7a400e6f675329eaec1.tar.bz2
nixlib-a03f342a5680af0cb840d7a400e6f675329eaec1.tar.lz
nixlib-a03f342a5680af0cb840d7a400e6f675329eaec1.tar.xz
nixlib-a03f342a5680af0cb840d7a400e6f675329eaec1.tar.zst
nixlib-a03f342a5680af0cb840d7a400e6f675329eaec1.zip
Merge pull request #42303 from akru/master
parity: 1.10.6 -> 1.10.7
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/altcoins/parity/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/altcoins/parity/default.nix b/pkgs/applications/altcoins/parity/default.nix
index 3ba2495d45a2..707889b23eea 100644
--- a/pkgs/applications/altcoins/parity/default.nix
+++ b/pkgs/applications/altcoins/parity/default.nix
@@ -1,7 +1,7 @@
 let
-  version     = "1.10.6";
-  sha256      = "1x2sm262z8fdkx8zin6r8nwbb7znziw9nm224pr6ap3p0jmv7fcq";
-  cargoSha256 = "1wf1lh32f9dlhv810gdcssv92g1yximx09lw63m0mxcjbn9813bs";
+  version     = "1.10.7";
+  sha256      = "0syhvr4n9zyxhx20xln7sf70ljzj6ab36xjz4710ivnwwz2pjajf";
+  cargoSha256 = "0zwk8xv71s7xkwvssh27772qfb23yhq5jlcny617qik6bwpcdh6b";
   patches     = [ ./patches/vendored-sources-1.10.patch ];
 in
   import ./parity.nix { inherit version sha256 cargoSha256 patches; }