forked from mirrors/nixpkgs
Update SysDig
This commit is contained in:
parent
ec186d5f16
commit
79254bba65
|
@ -3,10 +3,10 @@ let
|
|||
inherit (stdenv.lib) optional optionalString;
|
||||
s = rec {
|
||||
baseName="sysdig";
|
||||
version = "0.1.89";
|
||||
version = "0.1.91";
|
||||
name="${baseName}-${version}";
|
||||
url="https://github.com/draios/sysdig/archive/${version}.tar.gz";
|
||||
sha256 = "06g0s38xvsmi8m80719m4h3h4by8q12imlp4k8sixhw06k959mhw";
|
||||
sha256 = "0a34zinw54nkxawby847yzc3wzbw4dgi849pvwyd28391pxpxayy";
|
||||
};
|
||||
buildInputs = [
|
||||
cmake zlib luajit
|
||||
|
|
Loading…
Reference in a new issue