Skip to content

Commit

Permalink
sysdig: 0.38.0 -> 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebTM committed Jul 23, 2024
1 parent cd5bc85 commit 2cbb08f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/sysdig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}:

let
# Compare with https://github.com/draios/sysdig/blob/0.38.0/cmake/modules/falcosecurity-libs.cmake
# Compare with https://github.com/draios/sysdig/blob/0.38.1/cmake/modules/falcosecurity-libs.cmake
libsRev = "0.17.2";
libsHash = "sha256-BTLXtdU7GjOJReaycHvXkSd2vtybnCn0rTR7OEsvaMQ=";

Expand All @@ -42,7 +42,7 @@ let
hash = "sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo=";
};

# https://github.com/draios/sysdig/blob/0.38.0/cmake/modules/driver.cmake
# https://github.com/draios/sysdig/blob/0.38.1/cmake/modules/driver.cmake
driver = fetchFromGitHub {
owner = "falcosecurity";
repo = "libs";
Expand All @@ -56,7 +56,7 @@ let
hash = "sha256-VI/tOSXs5OcEDehSqICF3apmSnwe4QCmbkHz+DGH4uM=";
};

version = "0.38.0";
version = "0.38.1";
in
stdenv.mkDerivation {
pname = "sysdig";
Expand All @@ -66,7 +66,7 @@ stdenv.mkDerivation {
owner = "draios";
repo = "sysdig";
rev = version;
hash = "sha256-y6WArSz57w8vb3A3nHT37G6D8++6en2jQfeIS4YCD9U=";
hash = "sha256-oufRTr5TFdpF50pmem2L3bBFIfwxCR8f1xi0A328iHo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2cbb08f

Please sign in to comment.