bpftune: unstable-2023-07-11 -> unstable-2023-07-14, enable parallel building

Diff: f2eb8e9c02...66620152bf
This commit is contained in:
Nick Cao 2023-07-17 15:58:34 +08:00
parent 975bd53d39
commit bc8224cab6
No known key found for this signature in database

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "bpftune";
version = "unstable-2023-07-11";
version = "unstable-2023-07-14";
src = fetchFromGitHub {
owner = "oracle-samples";
repo = "bpftune";
rev = "f2eb8e9c020261cc8c58b312841dec32d287a0cc";
hash = "sha256-M5Zl4TzifQ3TkmCEBgKtv/kwichUY0PXQaQQThkTn2Q=";
rev = "66620152bf8c37ab592e9273fe87e567126801c2";
hash = "sha256-U0O+F1DBF1xiaUKklwpZORBwF1T9wHM0SPQKUNaxKZk=";
};
postPatch = ''
@ -62,6 +62,8 @@ stdenv.mkDerivation rec {
inherit (nixosTests) bpftune;
};
enableParallelBuilding = true;
meta = with lib; {
description = "BPF-based auto-tuning of Linux system parameters";
homepage = "https://github.com/oracle-samples/bpftune";