From ffb93ce31cf6658a7d76f7b9ced40ab67bfe29cf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 4 Aug 2025 11:02:18 +0000 Subject: [PATCH] rust-motd: 2.0.0 -> 2.1.0 --- pkgs/by-name/ru/rust-motd/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ru/rust-motd/package.nix b/pkgs/by-name/ru/rust-motd/package.nix index 1735d8899488..2a3ae32872a0 100644 --- a/pkgs/by-name/ru/rust-motd/package.nix +++ b/pkgs/by-name/ru/rust-motd/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage rec { pname = "rust-motd"; - version = "2.0.0"; + version = "2.1.0"; src = fetchFromGitHub { owner = "rust-motd"; repo = "rust-motd"; rev = "v${version}"; - hash = "sha256-NgNMTsm9C+0Lt6r1zYA486oSQpGIMxLsPozdDw7lILs="; + hash = "sha256-06iWk0VobdHP94eNaEyQnIBx5YkoW0/IQQtUFWTkEe0="; }; - cargoHash = "sha256-pm/N00H840WzuP/BcvyqgZ/9zbNsHKm/UZ0O88giasY="; + cargoHash = "sha256-f+441tEy1+AWXsz2Byrg0+Tz8jHcC1SD9WNZlkgWGZ4="; nativeBuildInputs = [ pkg-config