Skip to content

Commit

Permalink
sysdig: 0.26.5 -> 0.26.6
Browse files Browse the repository at this point in the history
(cherry picked from commit 748f8b7)
  • Loading branch information
Mic92 authored and bjornfor committed Jun 27, 2020
1 parent fb35d79 commit 40eaa8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/sysdig/default.nix
Expand Up @@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "sysdig";
version = "0.26.5";
version = "0.26.6";

src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "145mwg6izrpi4r1qrygi4yb7qd68g4k64i3qmamk0671wxhjqi3c";
sha256 = "1rw9s5lamr02036z26vfmnp5dnn97f00hcnp4xv6gdxim6rpmbz7";
};

nativeBuildInputs = [ cmake perl ];
Expand Down

0 comments on commit 40eaa8f

Please sign in to comment.