libHX: 5.2 -> 5.3 (#486361)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-03 02:03:36 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libHX";
version = "5.2";
version = "5.3";
src = fetchFromCodeberg {
tag = "v${finalAttrs.version}";
owner = "jengelh";
repo = "libhx";
hash = "sha256-z1/D5dkcDc2VIoGCvunUYsLGq3AV6jZ01Edf1vuUx9o=";
hash = "sha256-q9cIZhQx1BjD7Py0VEevKwFflJ1cdFn9RcW6q52t/h8=";
};
nativeBuildInputs = [ autoreconfHook ];