rust-motd: 1.0.1 -> 1.1.0 (#389407)

authored by Nick Cao and committed by GitHub f856d7df a822db75

+3 -3
+3 -3
pkgs/tools/misc/rust-motd/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "rust-motd"; 13 - version = "1.0.1"; 14 15 src = fetchFromGitHub { 16 owner = "rust-motd"; 17 repo = pname; 18 rev = "v${version}"; 19 - hash = "sha256-x3dx4PdYSYd7wA/GGj9QYC8rK33FWATs2SnaOagGE80="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-12janO6zzlLge1uDLHHjGtycCPwkJXwII6LeG0586Fk="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "rust-motd"; 13 + version = "1.1.0"; 14 15 src = fetchFromGitHub { 16 owner = "rust-motd"; 17 repo = pname; 18 rev = "v${version}"; 19 + hash = "sha256-pgmAf9izrIun6+EayxSNy9glTUFd0x/uy5r/aijVi4U="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-TO2YCUmD+K4X7ArAPGCDhTH2W2UG8Ezr+yZjaQJTL0A="; 24 25 nativeBuildInputs = [ 26 pkg-config