Merge pull request #307644 from r-ryantm/auto-update/rust-petname
rust-petname: 1.1.3 -> 2.0.1
This commit is contained in:
commit
871446719c
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user