lol

Merge pull request #312473 from NixOS/sysdig0371

sysdig: 0.37.0 -> 0.37.1

authored by

7c6f434c and committed by
GitHub
72d09fc9 06bf01d2

+4 -4
+4 -4
pkgs/os-specific/linux/sysdig/default.nix
··· 3 3 , protobuf, grpc, yaml-cpp, nlohmann_json, re2, zstd, uthash }: 4 4 5 5 let 6 - # Compare with https://github.com/draios/sysdig/blob/0.37.0/cmake/modules/falcosecurity-libs.cmake 6 + # Compare with https://github.com/draios/sysdig/blob/0.37.1/cmake/modules/falcosecurity-libs.cmake 7 7 libsRev = "0.16.0"; 8 8 libsHash = "sha256-aduO2pLj91tRdZ1dW1F1JFEg//SopialXWPd6Oav/u8="; 9 9 ··· 15 15 hash = "sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo="; 16 16 }; 17 17 18 - # https://github.com/draios/sysdig/blob/0.37.0/cmake/modules/driver.cmake 18 + # https://github.com/draios/sysdig/blob/0.37.1/cmake/modules/driver.cmake 19 19 driver = fetchFromGitHub { 20 20 owner = "falcosecurity"; 21 21 repo = "libs"; ··· 23 23 hash = "sha256-FIlnJsNgofGo4HETEEpW28wpC3U9z5AZprwFR5AgFfA="; 24 24 }; 25 25 26 - version = "0.37.0"; 26 + version = "0.37.1"; 27 27 in stdenv.mkDerivation { 28 28 pname = "sysdig"; 29 29 inherit version; ··· 32 32 owner = "draios"; 33 33 repo = "sysdig"; 34 34 rev = version; 35 - hash = "sha256-vEkwh+iSXlIraDzy9+ujr0ijNWX7oB7ZQi7H+jYi688="; 35 + hash = "sha256-V1rvQ6ZznL9UiUFW2lyW6gvdoGttOd5kgT2KPQCjmvQ="; 36 36 }; 37 37 38 38 nativeBuildInputs = [ cmake perl installShellFiles pkg-config ];