summary refs log tree commit diff
path: root/pkgs/tools/text/rust-petname
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-25 08:11:26 -0400
committerfigsoda <figsoda@pm.me>2021-10-25 08:11:26 -0400
commitce6a14f9d02d326582a637855e5a79ee774e35b0 (patch)
tree68e67f7ec56d5cd5d2de0cdb4ef82ced1ab33d9d /pkgs/tools/text/rust-petname
parent9783af0b3b7a900853a4a098bb61c2fd4908958e (diff)
downloadnixpkgs-ce6a14f9d02d326582a637855e5a79ee774e35b0.tar
nixpkgs-ce6a14f9d02d326582a637855e5a79ee774e35b0.tar.gz
nixpkgs-ce6a14f9d02d326582a637855e5a79ee774e35b0.tar.bz2
nixpkgs-ce6a14f9d02d326582a637855e5a79ee774e35b0.tar.lz
nixpkgs-ce6a14f9d02d326582a637855e5a79ee774e35b0.tar.xz
nixpkgs-ce6a14f9d02d326582a637855e5a79ee774e35b0.tar.zst
nixpkgs-ce6a14f9d02d326582a637855e5a79ee774e35b0.zip
rust-petname: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs/tools/text/rust-petname')
-rw-r--r--pkgs/tools/text/rust-petname/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/rust-petname/default.nix b/pkgs/tools/text/rust-petname/default.nix
index 4a3c0f596cf..f20a9e519de 100644
--- a/pkgs/tools/text/rust-petname/default.nix
+++ b/pkgs/tools/text/rust-petname/default.nix
@@ -2,15 +2,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rust-petname";
-  version = "1.1.1";
+  version = "1.1.2";
 
   src = fetchCrate {
     inherit version;
     crateName = "petname";
-    sha256 = "sha256-X1p9W+N0Nhh7CSh776ofzHmG0ayi5COLJjBncxmL8CM=";
+    sha256 = "sha256-DfRWGwnWVJBcbW7aPEzgPd+gfldP+ypZlk8FcPZzp8g=";
   };
 
-  cargoSha256 = "sha256-jxN2EKLjf9yKkhZ4wsH72sNdk6UYAcCUrg4+qx75bWs=";
+  cargoSha256 = "sha256-tCVJX8NcbT+6t2kDeCMfcSDaq3O89ycj08bxTmp3JHs=";
 
   meta = with lib; {
     description = "Generate human readable random names";