Skip to content

Commit 7a6eb7e

Browse files
authored
chainsaw 2.9.2 -> 2.10.1 (#360011)
2 parents 4e480bb + 7946623 commit 7a6eb7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ch/chainsaw/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "chainsaw";
11-
version = "2.9.2";
11+
version = "2.10.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "WithSecureLabs";
1515
repo = "chainsaw";
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-oKlLFKCZNBcHURVvT0i8Hfym6r30ikndV30uuxjYgDM=";
17+
hash = "sha256-ErDIfLhzCiFm3dZzr6ThjYCplfDKbALAqcu8c0gREH4=";
1818
};
1919

20-
cargoHash = "sha256-1w3DYP69aOphoqbsZIF9aX56Lftg2niKClmImLTa5DE=";
20+
cargoHash = "sha256-WuPfYxI61wsQyOKqPF7/a3Hx9vMBCkTkoXsZczgeKpg=";
2121

2222
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2323
darwin.apple_sdk.frameworks.CoreFoundation

0 commit comments

Comments
 (0)