Skip to content

Commit

Permalink
sysdig: 0.19.1 -> 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 20, 2018
1 parent fa98773 commit 959e933
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 @@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "sysdig-${version}";
version = "0.19.1";
version = "0.20.0";

src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "04bsb7g6mh6dwk023v1rbdcjwp898y6ixdvrd7nxzm186qpycpnn";
sha256 = "0nbsfm2jh5gjy2wh79f35rqk3c3z15lymmcz3gviw0jaxdv6drzw";
};

buildInputs = [
Expand Down

0 comments on commit 959e933

Please sign in to comment.