Merge pull request #230176 from Mic92/sysdig

sysdig: 0.31.4 -> 0.31.5
This commit is contained in:
7c6f434c
2023-05-06 11:51:41 +00:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "sysdig";
version = "0.31.4";
version = "0.31.5";
src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "sha256-9WzvO17Q4fLwJNoDLk8xN8mqIcrBhcMyxfRhUXkQ5vI=";
sha256 = "sha256-RuoPqVulATtn7jSga/8fECs7weNfjt/YFh7iHmfCKjw=";
};
nativeBuildInputs = [ cmake perl installShellFiles pkg-config ];