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
sysdig: 0.38.0 -> 0.38.1
Sebastian Sellmeier
2 years ago
5947fd23
58bae181
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
sysdig
default.nix
+4
-4
pkgs/os-specific/linux/sysdig/default.nix
···
30
}:
31
32
let
33
-
# Compare with https://github.com/draios/sysdig/blob/0.38.0/cmake/modules/falcosecurity-libs.cmake
34
libsRev = "0.17.2";
35
libsHash = "sha256-BTLXtdU7GjOJReaycHvXkSd2vtybnCn0rTR7OEsvaMQ=";
36
···
42
hash = "sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo=";
43
};
44
45
-
# https://github.com/draios/sysdig/blob/0.38.0/cmake/modules/driver.cmake
46
driver = fetchFromGitHub {
47
owner = "falcosecurity";
48
repo = "libs";
···
57
hash = "sha256-VI/tOSXs5OcEDehSqICF3apmSnwe4QCmbkHz+DGH4uM=";
58
};
59
60
-
version = "0.38.0";
61
in
62
stdenv.mkDerivation {
63
pname = "sysdig";
···
67
owner = "draios";
68
repo = "sysdig";
69
rev = version;
70
-
hash = "sha256-y6WArSz57w8vb3A3nHT37G6D8++6en2jQfeIS4YCD9U=";
71
};
72
73
nativeBuildInputs = [
···
30
}:
31
32
let
33
+
# Compare with https://github.com/draios/sysdig/blob/0.38.1/cmake/modules/falcosecurity-libs.cmake
34
libsRev = "0.17.2";
35
libsHash = "sha256-BTLXtdU7GjOJReaycHvXkSd2vtybnCn0rTR7OEsvaMQ=";
36
···
42
hash = "sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo=";
43
};
44
45
+
# https://github.com/draios/sysdig/blob/0.38.1/cmake/modules/driver.cmake
46
driver = fetchFromGitHub {
47
owner = "falcosecurity";
48
repo = "libs";
···
57
hash = "sha256-VI/tOSXs5OcEDehSqICF3apmSnwe4QCmbkHz+DGH4uM=";
58
};
59
60
+
version = "0.38.1";
61
in
62
stdenv.mkDerivation {
63
pname = "sysdig";
···
67
owner = "draios";
68
repo = "sysdig";
69
rev = version;
70
+
hash = "sha256-oufRTr5TFdpF50pmem2L3bBFIfwxCR8f1xi0A328iHo=";
71
};
72
73
nativeBuildInputs = [