about summary refs log tree commit diff
path: root/pkgs/tools/security/pius
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-11 03:59:32 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-11 03:59:32 -0700
commita8ef5187856984de29a86ac5c481604bd04edf45 (patch)
tree7a1a99a6d82d8419afac3d6271759802624aaf7c /pkgs/tools/security/pius
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
pius: 2.2.6 -> 2.2.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pius/versions
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 2a48bf2c2c6c5..cb3e91585fe63 100644
--- a/pkgs/tools/security/pius/default.nix
+++ b/pkgs/tools/security/pius/default.nix
@@ -1,6 +1,6 @@
 { fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
 
-let version = "2.2.6"; in
+let version = "2.2.7"; in
 pythonPackages.buildPythonApplication {
   name = "pius-${version}";
   namePrefix = "";
@@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
     owner = "jaymzh";
     repo = "pius";
     rev = "v${version}";
-    sha256 = "1rffwyjd84rwx1w5yyqckirm1kdj80ldfwjlw91kk74swhpbpzzj";
+    sha256 = "1kjj44lf9di4ylvmc949dxncllzd8afp0yknr3152dmxkw1vl127";
   };
 
   patchPhase = ''