Unverified Commit 87144671 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

rust-petname: 1.1.3 -> 2.0.1
parents df7988cb d5492fa6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
  pname = "rust-petname";
  version = "1.1.3";
  version = "2.0.1";

  src = fetchCrate {
    inherit version;
    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; {
    description = "Generate human readable random names";