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
wip/yesman
R. RyanTM 6 years ago
parent 911d1853ca
commit 4fa7bbf486
  1. 4
      pkgs/os-specific/linux/sysdig/default.nix

@ -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 ];

Loading…
Cancel
Save