summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-08 10:47:57 -0400
committerGitHub <noreply@github.com>2024-05-08 10:47:57 -0400
commit2751d597292a19f5c759c2d5d2a8d5494a018e44 (patch)
treef8d6405bcd634e8fea703de6206138f3c44e7644 /pkgs/tools/text
parent1daa58b30ab490e924e92412d78e9d90445e4eab (diff)
parent52e983579ed3fc3dc0320c0b3852b4cb7a383fb3 (diff)
Merge pull request #310042 from r-ryantm/auto-update/rust-petname
rust-petname: 2.0.1 -> 2.0.2
Diffstat (limited to 'pkgs/tools/text')
-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 67ce03e822b9..3abc8a0210f6 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 = "2.0.1";
+ version = "2.0.2";
src = fetchCrate {
inherit version;
crateName = "petname";
- sha256 = "sha256-n/oqQCshxcqQPYNI0GZXGdZmx0Y12l6QKQpsbThdNAA=";
+ sha256 = "sha256-KP+GdGlwLHcKE8nAmFr2wHbt5RD9Ptpiz1X5HgJ6BgU=";
};
- cargoHash = "sha256-Rzhp+lS0ykJsMdd2Z+oTWjFFWGp+ZX0Cup7Hq2bIbrg=";
+ cargoHash = "sha256-R1Xahr9R4G8Tr2cGRJ2oydVaLohPz2VM6tnbtE8Hysk=";
meta = with lib; {
description = "Generate human readable random names";