Unverified Commit ce0f91c8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #223591 from Mic92/sysdig

sysdig: 0.31.3 -> 0.31.4
parents 05a23cd1 a0cf420a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];