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

linuxPackages.sysdig: 0.24.1 -> 0.24.2
This commit is contained in:
Michael Raskin 2018-12-24 18:18:04 +00:00 committed by GitHub
commit aac3ae3be6
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 {
name = "sysdig-${version}";
version = "0.24.1";
version = "0.24.2";
src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "04y6cqi2j0qpr5bgxyn6zz9f33v5v4lmkcl21c3sg5hmpjwibg3w";
sha256 = "16gz6gcp0zfhrqldw9cms38w0x5h3qhlx64dayqgsqbkw914b31a";
};
nativeBuildInputs = [ cmake perl ];