summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-02-24 18:04:02 -0800
committerGitHub <noreply@github.com>2019-02-24 18:04:02 -0800
commitb9fe609fee2fa14aa76151fcabc3721e101915e3 (patch)
tree8ecc803cb4861b165bf2b830cd2fc54be042561c /pkgs/applications
parent338dc47d5f320cd1f9f386313e68b9b642c4968e (diff)
parentabff7af2c0da1645dffa0f13c7f9f08e938aec10 (diff)
Merge pull request #55140 from akru/parity
Security updates, parity: 2.2.8 -> 2.2.9
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/altcoins/parity/beta.nix4
-rw-r--r--pkgs/applications/altcoins/parity/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/altcoins/parity/beta.nix b/pkgs/applications/altcoins/parity/beta.nix
index 591f6ffa86cb..19ab52ebc22e 100644
--- a/pkgs/applications/altcoins/parity/beta.nix
+++ b/pkgs/applications/altcoins/parity/beta.nix
@@ -1,6 +1,6 @@
let
- version = "2.3.1";
- sha256 = "13y3gczqb0rb6v17j63j1zp11cnykbv9c674hrk1i6jb3y4am4lv";
+ version = "2.3.2";
+ sha256 = "1063n7lkcfkywi0a06pxkw0wkq3qyq4lr53fv584mlbnh2hj8gpm";
cargoSha256 = "1pj5hzy7k1l9bbw1qpz80vvk89qz4qz4rnnkcvn2rkbmq382gxwy";
in
import ./parity.nix { inherit version sha256 cargoSha256; }
diff --git a/pkgs/applications/altcoins/parity/default.nix b/pkgs/applications/altcoins/parity/default.nix
index f62e3d5cfdd0..b8b67836f061 100644
--- a/pkgs/applications/altcoins/parity/default.nix
+++ b/pkgs/applications/altcoins/parity/default.nix
@@ -1,6 +1,6 @@
let
- version = "2.2.8";
- sha256 = "1l2bxra4fkbh8gnph9wnc24ddmzfdclsgcjbx8q6fflhcg6r9hf1";
+ version = "2.2.9";
+ sha256 = "0n9zk25ni4asfdqc4xh0gqp2446vxacqz7qcrmsngf8swvayvi16";
cargoSha256 = "10lg0vzikzlj927hpn59x1dz9dvhcaqsl8nz14vj2iz42vfkcm7p";
in
import ./parity.nix { inherit version sha256 cargoSha256; }