blazesym-c: 0.1.8 -> 0.1.9 (#543737)

This commit is contained in:
Sandro
2026-07-23 13:50:27 +00:00
committed by GitHub
+7 -4
View File
@@ -9,24 +9,27 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "blazesym-c";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "libbpf";
repo = "blazesym";
tag = "capi-v${finalAttrs.version}";
hash = "sha256-IdeY9FCGziYN9glnvQJu2oa5ogdXb6D9QcY2MRnq7vA=";
hash = "sha256-gaDNRVcoI6Nc1zWEwS49FhKPep4uI5560t3AaIRCYfw=";
};
cargoHash = "sha256-fsvdhahTKxjrrH9z6m1k3cTkXfMUZXZNZlYRi3tgTlA=";
cargoHash = "sha256-ZLGtskOe38fBP8o8zIezzsNwY4Xwr7UnVrbx1KysEis=";
cargoBuildFlags = [
"--package"
"blazesym-c"
];
nativeCheckInputs = [
nativeBuildInputs = [
pkg-config
];
buildInputs = [
elfutils
zlib
];