about summary refs log tree commit diff
path: root/pkgs/tools/security/pass
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-19 12:44:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-19 12:44:10 +0000
commitf428c626796c88d3e9bd35306a5fbf6988f23292 (patch)
tree46333cf39f2e31724fbaf828cb5940034d8b1305 /pkgs/tools/security/pass
parentf01bfd6843cada594383a5ab67c01f30b571a185 (diff)
passExtensions.pass-genphrase: 0.2 -> 0.3
Diffstat (limited to 'pkgs/tools/security/pass')
-rw-r--r--pkgs/tools/security/pass/extensions/genphrase.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pass/extensions/genphrase.nix b/pkgs/tools/security/pass/extensions/genphrase.nix
index 48db0094db94d..d45e35d9bbc0a 100644
--- a/pkgs/tools/security/pass/extensions/genphrase.nix
+++ b/pkgs/tools/security/pass/extensions/genphrase.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pass-genphrase";
-  version = "0.2";
+  version = "0.3";
 
   src = fetchFromGitHub {
     owner = "congma";
     repo = "pass-genphrase";
     rev = version;
-    sha256 = "1sdkmz5s6wdx4vdlgqf5kmyrm17zwzy3n52s13qpx32bnnajap1h";
+    sha256 = "01dff2jlp111y7vlmp1wbgijzphhlzc19m02fs8nzmn5vxyffanx";
   };
 
   dontBuild = true;