summary refs log tree commit diff
path: root/pkgs/tools/security/pius
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-03-14 07:41:32 -0700
committerGitHub <noreply@github.com>2019-03-14 07:41:32 -0700
commit8c0abe74f05c89fca7940edb8edbf0b4e2fa799f (patch)
tree509ee99b8ba6e0a1ccad1877cf4ceebf8b20721e /pkgs/tools/security/pius
parentc22922e25148220a423ef628bb564c7cd18d54d2 (diff)
parenta8ef5187856984de29a86ac5c481604bd04edf45 (diff)
downloadnixpkgs-8c0abe74f05c89fca7940edb8edbf0b4e2fa799f.tar
nixpkgs-8c0abe74f05c89fca7940edb8edbf0b4e2fa799f.tar.gz
nixpkgs-8c0abe74f05c89fca7940edb8edbf0b4e2fa799f.tar.bz2
nixpkgs-8c0abe74f05c89fca7940edb8edbf0b4e2fa799f.tar.lz
nixpkgs-8c0abe74f05c89fca7940edb8edbf0b4e2fa799f.tar.xz
nixpkgs-8c0abe74f05c89fca7940edb8edbf0b4e2fa799f.tar.zst
nixpkgs-8c0abe74f05c89fca7940edb8edbf0b4e2fa799f.zip
Merge pull request #57366 from r-ryantm/auto-update/pius
pius: 2.2.6 -> 2.2.7
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 0fcf5d9a799..fba92bd47ac 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 = ''