about summary refs log tree commit diff
path: root/pkgs/tools/security/gnu-pw-mgr
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-01 00:41:26 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-01 00:41:26 +0000
commit155896c0cdc2ee128c044eee8b74b5c6ebcf00b7 (patch)
tree9a3d3658548750ce24c49f0b86375e4492385940 /pkgs/tools/security/gnu-pw-mgr
parent05f6de94cf6c918ca1b573da2cb3dcc79851b64e (diff)
gnu-pw-mgr: 2.4.2 -> 2.7.4
Diffstat (limited to 'pkgs/tools/security/gnu-pw-mgr')
-rw-r--r--pkgs/tools/security/gnu-pw-mgr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gnu-pw-mgr/default.nix b/pkgs/tools/security/gnu-pw-mgr/default.nix
index de5234961d254..af6893b26e865 100644
--- a/pkgs/tools/security/gnu-pw-mgr/default.nix
+++ b/pkgs/tools/security/gnu-pw-mgr/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   pname = "gnu-pw-mgr";
-  version = "2.4.2";
+  version = "2.7.4";
   src = fetchurl {
     url = "https://ftp.gnu.org/gnu/gnu-pw-mgr/${pname}-${version}.tar.xz";
-    sha256 = "1yvdzc5w37qrjrkby5699ygj9bhkvgi3zk9k9jcjry1j6b7wdl17";
+    sha256 = "0fhwvsmsqpw0vnivarfg63l8pgwqfv7d5wi6l80jpb41dj6qpjz8";
   };
 
   buildInputs = [ gnulib ];