Merge pull request #66523 from charles-dyfis-net/sysdig-0.26.2

sysdig: 0.26.1 -> 0.26.2
This commit is contained in:
Michael Raskin 2019-08-12 12:13:36 +00:00 committed by GitHub
commit 0ff831dedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "sysdig-${version}";
version = "0.26.1";
version = "0.26.2";
src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "0mvm14s5lyxddf6fcfwrv7vd8r8vfw9z4447jl5mcvji2rnyywqz";
sha256 = "1a74cvvy3lhilibc3lzcsvs6pwrdvdx2580qgckp1lrra9gf5hga";
};
nativeBuildInputs = [ cmake perl ];