Skip to content

Commit

Permalink
linuxPackages.sysdig: 0.26.6 -> 0.26.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 330693c)
  • Loading branch information
Mic92 authored and bjornfor committed Jun 27, 2020
1 parent 40eaa8f commit 20c4330
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.6";
version = "0.26.7";

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

nativeBuildInputs = [ cmake perl ];
Expand Down

0 comments on commit 20c4330

Please sign in to comment.