Skip to content

Commit b064137

Browse files
committedSep 25, 2017
sysdig: 0.17.0 -> 0.18.0
1 parent 76752e4 commit b064137

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
 

‎pkgs/os-specific/linux/sysdig/default.nix

+2-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
with stdenv.lib;
44
stdenv.mkDerivation rec {
55
name = "sysdig-${version}";
6-
version = "0.17.0";
6+
version = "0.18.0";
77

88
src = fetchFromGitHub {
99
owner = "draios";
1010
repo = "sysdig";
1111
rev = version;
12-
sha256 = "0xw4in2yb3ynpc8jwl95j92kbyr7fzda3mab8nyxcyld7gshrlvd";
12+
sha256 = "1hmkjvfg3371hp873mnkjq9cirqszw2ji4p7mb6jcn9ihwxil2z2";
1313
};
1414

1515
buildInputs = [
@@ -29,12 +29,6 @@ stdenv.mkDerivation rec {
2929
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
3030
];
3131

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-
3832
preConfigure = ''
3933
export INSTALL_MOD_PATH="$out"
4034
'' + optionalString (kernel != null) ''

0 commit comments

Comments
 (0)
Please sign in to comment.