tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
semgrep: 1.35.0 -> 1.37.0
R. Ryantm
2 years ago
46fd5f04
5cf3fa61
+7
-7
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
semgrep
common.nix
+7
-7
pkgs/tools/security/semgrep/common.nix
···
1
{ lib }:
2
3
rec {
4
-
version = "1.35.0";
5
6
-
srcHash = "sha256-SUKswvY49Hxis5CwguXC5QSshG0sGKb23mz2IT1vNJI=";
7
8
# submodule dependencies
9
# these are fetched so we:
···
13
"cli/src/semgrep/semgrep_interfaces" = {
14
owner = "returntocorp";
15
repo = "semgrep-interfaces";
16
-
rev = "f7fed064dadb859f0b802b11fb60f7f77008c4d7";
17
-
hash = "sha256-EXYRc6p94QxkOBMPOdr608JqLY6kN1AanlRfOFXxPm8=";
18
};
19
};
20
···
25
core = {
26
x86_64-linux = {
27
platform = "any";
28
-
hash = "sha256-ZqSbiuVKGjH+2fB0ReSw07CzTDSK35a8Adstzrvh8zA=";
29
};
30
x86_64-darwin = {
31
platform = "macosx_10_14_x86_64";
32
-
hash = "sha256-MusoteFarPJm8eQO7T/LrXDWUV0Wx4nw80ZvjG7HHhM=";
33
};
34
aarch64-darwin = {
35
platform = "macosx_11_0_arm64";
36
-
hash = "sha256-xN87fp5jqes/smMrtLbZowMIuTevpDJNFNeWdo0Seu4=";
37
};
38
};
39
···
1
{ lib }:
2
3
rec {
4
+
version = "1.37.0";
5
6
+
srcHash = "sha256-oFJ43dq3DAhux0UEFDKFZnxruoRdOfCndKY6XgG3d5I=";
7
8
# submodule dependencies
9
# these are fetched so we:
···
13
"cli/src/semgrep/semgrep_interfaces" = {
14
owner = "returntocorp";
15
repo = "semgrep-interfaces";
16
+
rev = "331603197022625f50a64dd5e3029a96a5f03ada";
17
+
hash = "sha256-UAcWbTSCIdBGvgGSbdQ+miFOEuBvQ6m42MkU3VeErKY=";
18
};
19
};
20
···
25
core = {
26
x86_64-linux = {
27
platform = "any";
28
+
hash = "sha256-Sj/6tzZMyRQAJL09X/3zgvdGTIhNibqO8usKsus9Xss=";
29
};
30
x86_64-darwin = {
31
platform = "macosx_10_14_x86_64";
32
+
hash = "sha256-hC04VknZG6aYYNX7lqvkcOoVslewNqlYax+o1nV2TcM=";
33
};
34
aarch64-darwin = {
35
platform = "macosx_11_0_arm64";
36
+
hash = "sha256-0F+ndM4+0dnxf9acwWvGdIy9iYWSqixS9IzOxa95/yM=";
37
};
38
};
39