Merge pull request #310042 from r-ryantm/auto-update/rust-petname

rust-petname: 2.0.1 -> 2.0.2
This commit is contained in:
Nick Cao 2024-05-08 10:47:57 -04:00 committed by GitHub
commit 2751d59729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rust-petname"; pname = "rust-petname";
version = "2.0.1"; version = "2.0.2";
src = fetchCrate { src = fetchCrate {
inherit version; inherit version;
crateName = "petname"; crateName = "petname";
sha256 = "sha256-n/oqQCshxcqQPYNI0GZXGdZmx0Y12l6QKQpsbThdNAA="; sha256 = "sha256-KP+GdGlwLHcKE8nAmFr2wHbt5RD9Ptpiz1X5HgJ6BgU=";
}; };
cargoHash = "sha256-Rzhp+lS0ykJsMdd2Z+oTWjFFWGp+ZX0Cup7Hq2bIbrg="; cargoHash = "sha256-R1Xahr9R4G8Tr2cGRJ2oydVaLohPz2VM6tnbtE8Hysk=";
meta = with lib; { meta = with lib; {
description = "Generate human readable random names"; description = "Generate human readable random names";