rust-motd: 2.0.0 -> 2.1.0

R. Ryantm ffb93ce3 114484ca

+3 -3
+3 -3
pkgs/by-name/ru/rust-motd/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "rust-motd"; 11 - version = "2.0.0"; 12 13 src = fetchFromGitHub { 14 owner = "rust-motd"; 15 repo = "rust-motd"; 16 rev = "v${version}"; 17 - hash = "sha256-NgNMTsm9C+0Lt6r1zYA486oSQpGIMxLsPozdDw7lILs="; 18 }; 19 20 - cargoHash = "sha256-pm/N00H840WzuP/BcvyqgZ/9zbNsHKm/UZ0O88giasY="; 21 22 nativeBuildInputs = [ 23 pkg-config
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "rust-motd"; 11 + version = "2.1.0"; 12 13 src = fetchFromGitHub { 14 owner = "rust-motd"; 15 repo = "rust-motd"; 16 rev = "v${version}"; 17 + hash = "sha256-06iWk0VobdHP94eNaEyQnIBx5YkoW0/IQQtUFWTkEe0="; 18 }; 19 20 + cargoHash = "sha256-f+441tEy1+AWXsz2Byrg0+Tz8jHcC1SD9WNZlkgWGZ4="; 21 22 nativeBuildInputs = [ 23 pkg-config