tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sysdig: 0.17.0 -> 0.18.0
Joerg Thalheim
8 years ago
b064137b
76752e4c
+2
-8
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
sysdig
default.nix
+2
-8
pkgs/os-specific/linux/sysdig/default.nix
···
3
3
with stdenv.lib;
4
4
stdenv.mkDerivation rec {
5
5
name = "sysdig-${version}";
6
6
-
version = "0.17.0";
6
6
+
version = "0.18.0";
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "draios";
10
10
repo = "sysdig";
11
11
rev = version;
12
12
-
sha256 = "0xw4in2yb3ynpc8jwl95j92kbyr7fzda3mab8nyxcyld7gshrlvd";
12
12
+
sha256 = "1hmkjvfg3371hp873mnkjq9cirqszw2ji4p7mb6jcn9ihwxil2z2";
13
13
};
14
14
15
15
buildInputs = [
···
28
28
"-DluaL_reg=luaL_Reg"
29
29
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
30
30
];
31
31
-
32
32
-
postPatch = ''
33
33
-
sed 's|curl/curlbuild\.h|curl/system.h|' -i \
34
34
-
userspace/libsinsp/marathon_http.cpp \
35
35
-
userspace/libsinsp/mesos_http.cpp
36
36
-
'';
37
31
38
32
preConfigure = ''
39
33
export INSTALL_MOD_PATH="$out"