3
0
Fork 0
forked from mirrors/nixpkgs

sysdig: 0.13.0 -> 0.14.0

This commit is contained in:
Michael Raskin 2017-02-02 11:05:21 +01:00
parent c726f79023
commit 2973d35b9a

View file

@ -2,14 +2,14 @@
let
inherit (stdenv.lib) optional optionalString;
baseName = "sysdig";
version = "0.13.0";
version = "0.14.0";
in
stdenv.mkDerivation {
name = "${baseName}-${version}";
src = fetchurl {
url = "https://github.com/draios/sysdig/archive/${version}.tar.gz";
sha256 = "0ghxj473v471nnry8h9accxpwwjp8nbzkgw8dniqld0ixx678pia";
sha256 = "14wy4p1q8rk3q4s8vczfhkk20z3kz8wvyxpi8qx0xc7px7z5da76";
};
buildInputs = [
@ -19,12 +19,6 @@ stdenv.mkDerivation {
hardeningDisable = [ "pic" ];
patches = [
# patch for linux >= 4.9.1
# is included in the next release
(fetchpatch {
url = "https://github.com/draios/sysdig/commit/68823ffd3a76f88ad34c3d0d9f6fdf1ada0eae43.patch";
sha256 = "02vgyd70mwrk6mcdkacaahk49irm6vxzqb7dfickk6k32lh3m44k";
})
];
postPatch = ''