From 65d9a3f851f898b959adfcfcc2144af96488e9f2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 22 May 2025 13:27:59 +0000 Subject: [PATCH] sink-rotate: 2.2.0 -> 2.3.0 --- pkgs/by-name/si/sink-rotate/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/si/sink-rotate/package.nix b/pkgs/by-name/si/sink-rotate/package.nix index 02d8f7e26cf0..33e2af48f91d 100644 --- a/pkgs/by-name/si/sink-rotate/package.nix +++ b/pkgs/by-name/si/sink-rotate/package.nix @@ -7,7 +7,7 @@ makeWrapper, }: let - version = "2.2.0"; + version = "2.3.0"; in rustPlatform.buildRustPackage { pname = "sink-rotate"; @@ -17,11 +17,11 @@ rustPlatform.buildRustPackage { owner = "mightyiam"; repo = "sink-rotate"; rev = "v${version}"; - hash = "sha256-ZHbisG9pdctkwfD1S3kxMZhBqPw0Ni5Q9qQG4RssnSw="; + hash = "sha256-gGmnji7KqmCxUaeXOGMnHMI6b8AJ6Np+xVjibqgGSKM="; }; useFetchCargoVendor = true; - cargoHash = "sha256-OYFRiPAhiGbA7aNy3c4I0Tc39BNmFuP68YoBviMfbak="; + cargoHash = "sha256-7/EyDBWANoL5m9mx93LKMKD8hgcc3VgvrcLD6oTBXN8="; nativeBuildInputs = [ makeWrapper ];