linuxPackages.sysdig: 0.24.1 -> 0.24.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysdig/versions
This commit is contained in:
R. RyanTM 2018-12-24 02:17:58 -08:00
parent 911d1853ca
commit 4fa7bbf486

View file

@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "sysdig-${version}";
version = "0.24.1";
version = "0.24.2";
src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "04y6cqi2j0qpr5bgxyn6zz9f33v5v4lmkcl21c3sg5hmpjwibg3w";
sha256 = "16gz6gcp0zfhrqldw9cms38w0x5h3qhlx64dayqgsqbkw914b31a";
};
nativeBuildInputs = [ cmake perl ];