File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 = [
You can’t perform that action at this time.
0 commit comments