about summary refs log tree commit diff
path: root/pkgs/tools/text/rust-petname
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-19 15:26:28 -0500
committerfigsoda <figsoda@pm.me>2022-11-19 15:32:21 -0500
commit207dda19db05f25474aa126402a914df230df15c (patch)
tree598b7592e6dbd73918e0662ca68437185e9bc79b /pkgs/tools/text/rust-petname
parent0fd0bd0f35e4c50d85b80af20584ad12a4b3a930 (diff)
rust-petname: 1.1.2 -> 1.1.3
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 f20a9e519de98..fda0ebf904042 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.2";
+  version = "1.1.3";
 
   src = fetchCrate {
     inherit version;
     crateName = "petname";
-    sha256 = "sha256-DfRWGwnWVJBcbW7aPEzgPd+gfldP+ypZlk8FcPZzp8g=";
+    sha256 = "sha256-C6EJ8awdTV9TecMeYdbmleK8171+hvphjXJrWNJSXxo=";
   };
 
-  cargoSha256 = "sha256-tCVJX8NcbT+6t2kDeCMfcSDaq3O89ycj08bxTmp3JHs=";
+  cargoSha256 = "sha256-mB4n1IxhNXrAsCz/jv5jgqyO9OgISZnI5E/vFu80+FE=";
 
   meta = with lib; {
     description = "Generate human readable random names";