Skip to content

Commit 0fdb225

Browse files
committed
rust-motd: 1.0.1 -> 1.1.0
1 parent a76c90c commit 0fdb225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/rust-motd/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "rust-motd";
13-
version = "1.0.1";
13+
version = "1.1.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "rust-motd";
1717
repo = pname;
1818
rev = "v${version}";
19-
hash = "sha256-x3dx4PdYSYd7wA/GGj9QYC8rK33FWATs2SnaOagGE80=";
19+
hash = "sha256-pgmAf9izrIun6+EayxSNy9glTUFd0x/uy5r/aijVi4U=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-12janO6zzlLge1uDLHHjGtycCPwkJXwII6LeG0586Fk=";
23+
cargoHash = "sha256-TO2YCUmD+K4X7ArAPGCDhTH2W2UG8Ezr+yZjaQJTL0A=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)