summary refs log tree commit diff
path: root/pkgs/tools/security/bash-supergenpass
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-02-11 15:17:30 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-02-11 15:17:30 +0100
commit3be5bd9a36098eb4e3da11e360047bac75e096d8 (patch)
tree3ae3166a7b900f365ca731caaf7172a8c47d2ed3 /pkgs/tools/security/bash-supergenpass
parentc584a69088204091a3dfcb78c4e0e9142dff7f53 (diff)
downloadnixpkgs-3be5bd9a36098eb4e3da11e360047bac75e096d8.tar
nixpkgs-3be5bd9a36098eb4e3da11e360047bac75e096d8.tar.gz
nixpkgs-3be5bd9a36098eb4e3da11e360047bac75e096d8.tar.bz2
nixpkgs-3be5bd9a36098eb4e3da11e360047bac75e096d8.tar.lz
nixpkgs-3be5bd9a36098eb4e3da11e360047bac75e096d8.tar.xz
nixpkgs-3be5bd9a36098eb4e3da11e360047bac75e096d8.tar.zst
nixpkgs-3be5bd9a36098eb4e3da11e360047bac75e096d8.zip
bash-supergenpass: unstable-2018-04-18 -> unstable-2020-02-03
Diffstat (limited to 'pkgs/tools/security/bash-supergenpass')
-rw-r--r--pkgs/tools/security/bash-supergenpass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/bash-supergenpass/default.nix b/pkgs/tools/security/bash-supergenpass/default.nix
index 6101f1ed42b..3eb192e8fcc 100644
--- a/pkgs/tools/security/bash-supergenpass/default.nix
+++ b/pkgs/tools/security/bash-supergenpass/default.nix
@@ -8,15 +8,15 @@
 
 stdenv.mkDerivation {
   pname = "bash-supergenpass";
-  version = "unstable-2018-04-18";
+  version = "unstable-2020-02-03";
 
   nativeBuildInputs = [ makeWrapper ];
 
   src = fetchFromGitHub {
     owner = "lanzz";
     repo = "bash-supergenpass";
-    rev = "ece772b9ec095946ac4ea985cda5561b211e56f0";
-    sha256 = "1gkbrycyyl7y3klbfx7xjvvfw5df1h4fj6x1f73gglfy6nk8ffnd";
+    rev = "e5d96599b65d65a37148996f00f9d057e522e4d8";
+    sha256 = "1d8csp94l2p5y5ln53aza5qf246rwmd10043x0x1yrswqrrya40f";
   };
 
   installPhase = ''