Skip to content

Commit 229b249

Browse files
committedJul 27, 2017
sysdig: 0.16.0 -> 0.17.0
1 parent 03f6edf commit 229b249

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
 

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

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

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

15-
patches = [
16-
(fetchpatch {
17-
# Sysdig fails to run on linux kernels with unified cgroups enabled
18-
url = https://github.com/draios/sysdig/files/909689/0001-Fix-for-linux-kernels-with-cgroup-v2-API-enabled.patch.txt;
19-
sha256 = "10nmisifa500hzpa3899rs837bcal72pnqidxmrnr1js187z8j84";
20-
})
21-
];
22-
2315
buildInputs = [
2416
cmake zlib luajit ncurses perl jsoncpp libb64 openssl curl jq gcc
2517
];

0 commit comments

Comments
 (0)