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

rust-petname: 1.1.3 -> 2.0.1
This commit is contained in:
Weijia Wang 2024-05-04 22:51:41 +02:00 committed by GitHub
commit 871446719c
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 = "1.1.3"; version = "2.0.1";
src = fetchCrate { src = fetchCrate {
inherit version; inherit version;
crateName = "petname"; crateName = "petname";
sha256 = "sha256-C6EJ8awdTV9TecMeYdbmleK8171+hvphjXJrWNJSXxo="; sha256 = "sha256-n/oqQCshxcqQPYNI0GZXGdZmx0Y12l6QKQpsbThdNAA=";
}; };
cargoSha256 = "sha256-mB4n1IxhNXrAsCz/jv5jgqyO9OgISZnI5E/vFu80+FE="; cargoHash = "sha256-Rzhp+lS0ykJsMdd2Z+oTWjFFWGp+ZX0Cup7Hq2bIbrg=";
meta = with lib; { meta = with lib; {
description = "Generate human readable random names"; description = "Generate human readable random names";