Skip to content

Commit 77ea262

Browse files
committed
devfiler: Update and make it compile on linux too
1 parent 17a3d50 commit 77ea262

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pkgs/devfiler/default.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
, zlib
77
, cmake
88
, protobuf
9+
, llvmPackages
910
}:
1011

11-
rustPlatform.buildRustPackage rec {
12-
pname = "devfilter";
13-
version = "git-2025-09-22";
12+
rustPlatform.buildRustPackage {
13+
pname = "devfiler";
14+
version = "git-2025-10-01";
1415

1516
src = fetchFromGitHub {
1617
owner = "elastic";
1718
repo = "devfiler";
18-
rev = "ae6ec150adf10c0f2e8cc5e32556f62df0092917";
19-
hash = "sha256-1sLu9WNK/dzbvuKFYjAeYwnD8nSiGrVRlQWUgOngFpo=";
19+
rev = "4b20b5ee634e4b5c58016658957260a73b16800b";
20+
hash = "sha256-7GvXkAIvtpYbhfpEc6A7i/6gdB8uHMKTlWi9man+aE8=";
2021
fetchSubmodules = true;
2122
};
2223

@@ -26,6 +27,7 @@ rustPlatform.buildRustPackage rec {
2627
pkg-config
2728
cmake
2829
protobuf
30+
rustPlatform.bindgenHook
2931
];
3032

3133
buildInputs = [

0 commit comments

Comments
 (0)