tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
chainsaw: 2.8.1 -> 2.9.0
R. Ryantm
2 years ago
f3c53de0
1df062db
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
chainsaw
default.nix
+3
-3
pkgs/tools/security/chainsaw/default.nix
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "chainsaw";
10
-
version = "2.8.1";
11
12
src = fetchFromGitHub {
13
owner = "WithSecureLabs";
14
repo = "chainsaw";
15
rev = "refs/tags/v${version}";
16
-
hash = "sha256-YEw/rN7X+npc9M8XdPGAZyYXSQOGiR0w9Wb3W63g8VU=";
17
};
18
19
-
cargoHash = "sha256-cXvXvSipZFfanmn9QFtYZYEudZ6lyvsu2EMGD0lZEtw=";
20
21
buildInputs = lib.optionals stdenv.isDarwin [
22
darwin.apple_sdk.frameworks.CoreFoundation
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "chainsaw";
10
+
version = "2.9.0";
11
12
src = fetchFromGitHub {
13
owner = "WithSecureLabs";
14
repo = "chainsaw";
15
rev = "refs/tags/v${version}";
16
+
hash = "sha256-ErDIfLhzCiFm3dZzr6ThjYCplfDKbALAqcu8c0gREH4=";
17
};
18
19
+
cargoHash = "sha256-IS2gQ6STrS+Msa36I+eM1RPGntX+DbsrKZPVZ1q9eo4=";
20
21
buildInputs = lib.optionals stdenv.isDarwin [
22
darwin.apple_sdk.frameworks.CoreFoundation