Fabian Affolter 2023-11-11 10:05:58 +01:00
parent b484139f60
commit a855c8421b
2 changed files with 229 additions and 308 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,20 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "chainsaw";
version = "2.7.3";
version = "2.8.0";
src = fetchFromGitHub {
owner = "WithSecureLabs";
repo = "chainsaw";
rev = "refs/tags/v${version}";
hash = "sha256-plfEVVMbiTXzBhshO3NZVeuHuNeI9+Lcw1G5xeBiTks=";
hash = "sha256-IBMMZ4NKD7BR3l06C7Y7pRL+pB8p6Ssx6RoXlH2XKyg=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"notatin-1.0.0" = "sha256-eeryJhH7kX8QWwVuEq5RzanVT2FBfFJWAzUDFgUKqR8=";
};
};
buildInputs = lib.optionals stdenv.isDarwin [