mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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,
|
makeWrapper,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "sink-rotate";
|
pname = "sink-rotate";
|
||||||
|
@ -17,11 +17,11 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "mightyiam";
|
owner = "mightyiam";
|
||||||
repo = "sink-rotate";
|
repo = "sink-rotate";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZHbisG9pdctkwfD1S3kxMZhBqPw0Ni5Q9qQG4RssnSw=";
|
hash = "sha256-gGmnji7KqmCxUaeXOGMnHMI6b8AJ6Np+xVjibqgGSKM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-OYFRiPAhiGbA7aNy3c4I0Tc39BNmFuP68YoBviMfbak=";
|
cargoHash = "sha256-7/EyDBWANoL5m9mx93LKMKD8hgcc3VgvrcLD6oTBXN8=";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue