Merge pull request #254209 from kashw2/chainsaw

chainsaw: 2.6.2 -> 2.7.3
This commit is contained in:
Fabian Affolter 2023-09-09 14:38:02 +02:00 committed by GitHub
commit f30382d05c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 379 additions and 470 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,19 +7,19 @@
rustPlatform.buildRustPackage rec {
pname = "chainsaw";
version = "2.6.2";
version = "2.7.3";
src = fetchFromGitHub {
owner = "WithSecureLabs";
repo = "chainsaw";
rev = "refs/tags/v${version}";
hash = "sha256-Et90CW1fHt6GuHgQP2nRvcS7in4zw2UgBiQhblQGM+8=";
hash = "sha256-plfEVVMbiTXzBhshO3NZVeuHuNeI9+Lcw1G5xeBiTks=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"notatin-0.1.0" = "sha256-YHC/NavKf0FoYtd5NM8ovUfSd4ODhKaA82mAT+HcefA=";
"notatin-1.0.0" = "sha256-eeryJhH7kX8QWwVuEq5RzanVT2FBfFJWAzUDFgUKqR8=";
};
};