diff options
author | Gürkan Gür <307899+seqizz@users.noreply.github.com> | 2019-11-14 14:56:57 +0100 |
---|---|---|
committer | Renaud <c0bw3b@users.noreply.github.com> | 2019-11-14 14:56:57 +0100 |
commit | dc1a1b2b8a8e8c8f01870e7c2d390ba2f2b23b40 (patch) | |
tree | b6c566e44bcdb0a9cf4c0cb1e522829259121155 /pkgs/tools/security/pass | |
parent | ee0de85b4ec80f841254d5c223f3d3e719d6cc19 (diff) |
passExtensions.pass-genphrase: 0.1 -> 0.2
(#71032)
Diffstat (limited to 'pkgs/tools/security/pass')
-rw-r--r-- | pkgs/tools/security/pass/extensions/genphrase.nix | 4 |
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 c031c59e3f63..187852e8b55a 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.1"; + version = "0.2"; src = fetchFromGitHub { owner = "congma"; repo = "pass-genphrase"; rev = version; - sha256 = "0vcg3b79n1r949qfn8ns85bq2mfsmbf4jw2dlzif8425n8ppfsgd"; + sha256 = "1sdkmz5s6wdx4vdlgqf5kmyrm17zwzy3n52s13qpx32bnnajap1h"; }; dontBuild = true; |