We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e480bb + 7946623 commit 7a6eb7eCopy full SHA for 7a6eb7e
pkgs/by-name/ch/chainsaw/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "chainsaw";
11
- version = "2.9.2";
+ version = "2.10.1";
12
13
src = fetchFromGitHub {
14
owner = "WithSecureLabs";
15
repo = "chainsaw";
16
rev = "refs/tags/v${version}";
17
- hash = "sha256-oKlLFKCZNBcHURVvT0i8Hfym6r30ikndV30uuxjYgDM=";
+ hash = "sha256-ErDIfLhzCiFm3dZzr6ThjYCplfDKbALAqcu8c0gREH4=";
18
};
19
20
- cargoHash = "sha256-1w3DYP69aOphoqbsZIF9aX56Lftg2niKClmImLTa5DE=";
+ cargoHash = "sha256-WuPfYxI61wsQyOKqPF7/a3Hx9vMBCkTkoXsZczgeKpg=";
21
22
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
23
darwin.apple_sdk.frameworks.CoreFoundation
0 commit comments