Merge pull request #223591 from Mic92/sysdig

sysdig: 0.31.3 -> 0.31.4
This commit is contained in:
Mario Rodas 2023-03-30 18:11:52 -05:00 committed by GitHub
commit ce0f91c8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,13 +31,13 @@ let
in
stdenv.mkDerivation rec {
pname = "sysdig";
version = "0.31.3";
version = "0.31.4";
src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "sha256-TMh2gw/vw6DbhKGwbqU2+c0DTpRaMZqUM83KE18NDmI=";
sha256 = "sha256-9WzvO17Q4fLwJNoDLk8xN8mqIcrBhcMyxfRhUXkQ5vI=";
};
nativeBuildInputs = [ cmake perl installShellFiles pkg-config ];