File tree 1 file changed +2
-8
lines changed
pkgs/os-specific/linux/sysdig
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 3
3
with stdenv . lib ;
4
4
stdenv . mkDerivation rec {
5
5
name = "sysdig-${ version } " ;
6
- version = "0.17 .0" ;
6
+ version = "0.18 .0" ;
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "draios" ;
10
10
repo = "sysdig" ;
11
11
rev = version ;
12
- sha256 = "0xw4in2yb3ynpc8jwl95j92kbyr7fzda3mab8nyxcyld7gshrlvd " ;
12
+ sha256 = "1hmkjvfg3371hp873mnkjq9cirqszw2ji4p7mb6jcn9ihwxil2z2 " ;
13
13
} ;
14
14
15
15
buildInputs = [
@@ -29,12 +29,6 @@ stdenv.mkDerivation rec {
29
29
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
30
30
] ;
31
31
32
- postPatch = ''
33
- sed 's|curl/curlbuild\.h|curl/system.h|' -i \
34
- userspace/libsinsp/marathon_http.cpp \
35
- userspace/libsinsp/mesos_http.cpp
36
- '' ;
37
-
38
32
preConfigure = ''
39
33
export INSTALL_MOD_PATH="$out"
40
34
'' + optionalString ( kernel != null ) ''
You can’t perform that action at this time.
0 commit comments