Merge pull request #96156 from r-ryantm/auto-update/sysdig

linuxPackages_latest-libre.sysdig: 0.26.7 -> 0.27.0
This commit is contained in:
Michael Raskin 2020-08-27 15:43:45 +00:00 committed by GitHub
commit bbc81bee15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "sysdig";
version = "0.26.7";
version = "0.27.0";
src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "09m6j2cl70jxb0k4ydsgrida381bipf0v026xz661152cy23r3ff";
sha256 = "0lpp271g0749sx7qgpwl6myi0kgfpsxk1kc4yp3r9k1pynv8bq1b";
};
nativeBuildInputs = [ cmake perl ];