rust-petname: 2.0.1 -> 2.0.2

+3 -3
+3 -3
pkgs/tools/text/rust-petname/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rust-petname"; 5 - version = "2.0.1"; 6 7 src = fetchCrate { 8 inherit version; 9 crateName = "petname"; 10 - sha256 = "sha256-n/oqQCshxcqQPYNI0GZXGdZmx0Y12l6QKQpsbThdNAA="; 11 }; 12 13 - cargoHash = "sha256-Rzhp+lS0ykJsMdd2Z+oTWjFFWGp+ZX0Cup7Hq2bIbrg="; 14 15 meta = with lib; { 16 description = "Generate human readable random names";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rust-petname"; 5 + version = "2.0.2"; 6 7 src = fetchCrate { 8 inherit version; 9 crateName = "petname"; 10 + sha256 = "sha256-KP+GdGlwLHcKE8nAmFr2wHbt5RD9Ptpiz1X5HgJ6BgU="; 11 }; 12 13 + cargoHash = "sha256-R1Xahr9R4G8Tr2cGRJ2oydVaLohPz2VM6tnbtE8Hysk="; 14 15 meta = with lib; { 16 description = "Generate human readable random names";