aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/pius
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-21 01:49:38 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 01:44:40 -0500
commita48d58ff73781ebbc9e7107631f58b3c8c33e2f5 (patch)
tree1c52922fd1af50cbbc0574a99dca7480803bc7a8 /pkgs/tools/security/pius
parent385d311ebebef1d74917c79a1000a19773b45ae6 (diff)
pius: 2.2.4 -> 2.2.6
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.2.6 with grep in /nix/store/q9ca3k22liz3dsaipnlnw8fmggpqx1n1-pius-2.2.6 - directory tree listing: https://gist.github.com/0d14ff30c172f091a342653aae676f55
Diffstat (limited to 'pkgs/tools/security/pius')
-rw-r--r--pkgs/tools/security/pius/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pius/default.nix b/pkgs/tools/security/pius/default.nix
index 908a47e6326f..eb05c3748078 100644
--- a/pkgs/tools/security/pius/default.nix
+++ b/pkgs/tools/security/pius/default.nix
@@ -1,6 +1,6 @@
{ fetchFromGitHub, stdenv, pythonPackages, gnupg }:
-let version = "2.2.4"; in
+let version = "2.2.6"; in
pythonPackages.buildPythonApplication {
name = "pius-${version}";
namePrefix = "";
@@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
owner = "jaymzh";
repo = "pius";
rev = "v${version}";
- sha256 = "1yk6ngpk55yjdnzhm5sj675xbzwp7rir816a3aris647gsph1vlx";
+ sha256 = "1rffwyjd84rwx1w5yyqckirm1kdj80ldfwjlw91kk74swhpbpzzj";
};
patchPhase = ''