mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
sink-rotate: 2.2.0 -> 2.3.0 (#409770)
This commit is contained in:
commit
ad29b744d1
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue