libbfio: 20221025 -> 20240414 (#473005)

This commit is contained in:
Michael Daniels
2025-12-22 20:22:24 +00:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libbfio";
version = "20221025";
version = "20240414";
src = fetchzip {
url = "https://github.com/libyal/libbfio/releases/download/${finalAttrs.version}/libbfio-alpha-${finalAttrs.version}.tar.gz";
hash = "sha256-SwKQlmifyUo49yvo8RV+0nfvScPY5u+UrwjRZK2+qAg=";
hash = "sha256-xxMHOSVpGyw5rGXhU1tIOTKwt9yVw0KrPdYby0AEdv8=";
};
nativeBuildInputs = [ pkg-config ];