Skip to content

Commit

Permalink
Revert "sysdig: 1.15.0 -> 1.15.1"
Browse files Browse the repository at this point in the history
This reverts commit bb1e655.

segfaults, reason unknown
  • Loading branch information
Mic92 committed Apr 5, 2017
1 parent 10dc47e commit 699ea78
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,15 +3,15 @@
let
inherit (stdenv.lib) optional optionalString;
baseName = "sysdig";
version = "0.15.1";
version = "0.15.0";
in
stdenv.mkDerivation rec {
name = "${baseName}-${version}";

src = fetchurl {
name = "${name}.tar.gz";
url = "https://github.com/draios/sysdig/archive/${version}.tar.gz";
sha256 = "0x1ssgrw8n563fk4vb9f2f27yjgv2c05xmpkc8p78l4hv8alwh2b";
sha256 = "08spprzgx6ksd7sjp5nk7z5szdlixh2sb0bsb9mfaq4xr12gsjw2";
};

buildInputs = [
Expand Down

0 comments on commit 699ea78

Please sign in to comment.