We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76c90c commit 0fdb225Copy full SHA for 0fdb225
pkgs/tools/misc/rust-motd/default.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "rust-motd";
13
- version = "1.0.1";
+ version = "1.1.0";
14
15
src = fetchFromGitHub {
16
owner = "rust-motd";
17
repo = pname;
18
rev = "v${version}";
19
- hash = "sha256-x3dx4PdYSYd7wA/GGj9QYC8rK33FWATs2SnaOagGE80=";
+ hash = "sha256-pgmAf9izrIun6+EayxSNy9glTUFd0x/uy5r/aijVi4U=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-12janO6zzlLge1uDLHHjGtycCPwkJXwII6LeG0586Fk=";
+ cargoHash = "sha256-TO2YCUmD+K4X7ArAPGCDhTH2W2UG8Ezr+yZjaQJTL0A=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments