about summary refs log tree commit diff
path: root/pkgs/tools/security/genpass
diff options
context:
space:
mode:
authorCyryl PÅ‚otnicki <cyplo@cyplo.net>2021-10-24 10:25:42 +0100
committerCyryl PÅ‚otnicki <cyplo@cyplo.net>2021-11-22 20:38:40 +0000
commit8741f92e1ad7b29f06eeec0628a4c1f49dd49872 (patch)
treef838212fef19b2fa9f2a770a96ac4a65023c0bd5 /pkgs/tools/security/genpass
parent65ee0d249835aefb1f43506b978d691feac61b17 (diff)
genpass: 0.4.12 -> 0.5.1
Diffstat (limited to 'pkgs/tools/security/genpass')
-rw-r--r--pkgs/tools/security/genpass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/genpass/default.nix b/pkgs/tools/security/genpass/default.nix
index e726da3403160..9565bf80c9505 100644
--- a/pkgs/tools/security/genpass/default.nix
+++ b/pkgs/tools/security/genpass/default.nix
@@ -7,15 +7,15 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "genpass";
-  version = "0.4.12";
+  version = "0.5.1";
 
   src = fetchgit {
     url = "https://git.sr.ht/~cyplo/genpass";
     rev = "v${version}";
-    sha256 = "154kprbqc59f06ciz60il4ax299zapwa0hz8vjn25rl4gr5gzn4l";
+    sha256 = "UyEgOlKtDyneRteN3jHA2BJlu5U1HFL8HA2MTQz5rns=";
   };
 
-  cargoSha256 = "1b9jqkg11d0ih46km063inqqjwfy1nrwb2xb3dagg3hi8hahpqpb";
+  cargoSha256 = "ls3tzZ+gtZQlObmbtwJDq6N/f5nY+Ps7RL5R/fR5Vgg=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv Security ];