sysdig: 0.31.4 -> 0.31.5

Diff: https://github.com/draios/sysdig/compare/0.31.4...0.31.5
This commit is contained in:
Jörg Thalheim 2023-05-05 21:28:42 +02:00
parent e31c8b22dd
commit 9781ade7e2

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 ];