Update Sysdig system tracing tool
This commit is contained in:
parent
20028936ab
commit
619c368f54
@ -3,10 +3,10 @@ let
|
||||
inherit (stdenv.lib) optional optionalString;
|
||||
s = rec {
|
||||
baseName="sysdig";
|
||||
version="0.1.83";
|
||||
version = "0.1.86";
|
||||
name="${baseName}-${version}";
|
||||
url="https://github.com/draios/sysdig/archive/${version}.tar.gz";
|
||||
sha256="0d4fw6vba78hqy8plhcq8lkdcxy1fizrr5aiszdsap7cvd0gls6r";
|
||||
sha256 = "1bb5whzxmbzr21fxirymhznkgdx01rsqzxd2dlnqvhbf8x2dpzw3";
|
||||
};
|
||||
buildInputs = [
|
||||
cmake zlib luajit
|
||||
@ -38,5 +38,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.gpl2;
|
||||
maintainers = [maintainers.raskin];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
downloadPage = "https://github.com/draios/sysdig/releases";
|
||||
};
|
||||
}
|
||||
|
@ -1,3 +1,8 @@
|
||||
url https://github.com/draios/sysdig/releases
|
||||
ensure_choice
|
||||
version '.*/([0-9.]+)[.]tar[.].*' '\1'
|
||||
do_overwrite () {
|
||||
ensure_hash
|
||||
set_var_value sha256 $CURRENT_HASH
|
||||
set_var_value version $CURRENT_VERSION
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user