tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rust-petname: 2.0.1 -> 2.0.2
R. Ryantm
2 years ago
52e98357
3645b258
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
rust-petname
default.nix
+3
-3
pkgs/tools/text/rust-petname/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "rust-petname";
5
5
-
version = "2.0.1";
5
5
+
version = "2.0.2";
6
6
7
7
src = fetchCrate {
8
8
inherit version;
9
9
crateName = "petname";
10
10
-
sha256 = "sha256-n/oqQCshxcqQPYNI0GZXGdZmx0Y12l6QKQpsbThdNAA=";
10
10
+
sha256 = "sha256-KP+GdGlwLHcKE8nAmFr2wHbt5RD9Ptpiz1X5HgJ6BgU=";
11
11
};
12
12
13
13
-
cargoHash = "sha256-Rzhp+lS0ykJsMdd2Z+oTWjFFWGp+ZX0Cup7Hq2bIbrg=";
13
13
+
cargoHash = "sha256-R1Xahr9R4G8Tr2cGRJ2oydVaLohPz2VM6tnbtE8Hysk=";
14
14
15
15
meta = with lib; {
16
16
description = "Generate human readable random names";