libbfio: 20221025 -> 20240414

This commit is contained in:
Justin Restivo
2025-12-21 11:22:32 -05:00
parent 35a02217d3
commit 191546d2df
+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 ];