sink-rotate: 2.2.0 -> 2.3.0 (#409770)

This commit is contained in:
Nick Cao 2025-05-23 16:32:49 -04:00 committed by GitHub
commit ad29b744d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];