linkleaner: 1.8.1 -> 1.8.2

Diff: https://github.com/msfjarvis/linkleaner/compare/v1.8.1...v1.8.2
This commit is contained in:
GitHub Actions 2023-12-24 00:25:06 +00:00
parent 08b9cd84f7
commit 5ed18fed5c
1 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@ in
})
.buildRustPackage rec {
pname = "linkleaner";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "msfjarvis";
repo = "linkleaner";
rev = "v${version}";
hash = "sha256-iH5jUdlOlqcz07PHRWogKdtGTeTDgJXVfWLNkt2eoqs=";
hash = "sha256-v/GMWbs0lFnfYOIKzQlvNa2AH0gCZF6kV04pWbOOq3A=";
};
buildInputs = lib.optionals stdenv.isDarwin [
@ -29,7 +29,7 @@ in
darwin.apple_sdk.frameworks.SystemConfiguration
];
cargoHash = "sha256-D84QGXR0Tc7T+l68B3LtCtajbyeJa7/gZBG5NhdEcqw=";
cargoHash = "sha256-Indy+UUEMHDjCqs5fVproNWLf3oy/ikOS6L8TFaB3uM=";
useNextest = true;