File tree 1 file changed +2
-10
lines changed
pkgs/os-specific/linux/sysdig
1 file changed +2
-10
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.16 .0" ;
6
+ version = "0.17 .0" ;
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "draios" ;
10
10
repo = "sysdig" ;
11
11
rev = version ;
12
- sha256 = "1h3f9nkc5fkvks6va0maq377m9qxnsf4q3f2dc14rdzfvnzidy06 " ;
12
+ sha256 = "0xw4in2yb3ynpc8jwl95j92kbyr7fzda3mab8nyxcyld7gshrlvd " ;
13
13
} ;
14
14
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
-
23
15
buildInputs = [
24
16
cmake zlib luajit ncurses perl jsoncpp libb64 openssl curl jq gcc
25
17
] ;
You can’t perform that action at this time.
0 commit comments