libHX: 5.2 -> 5.3

This commit is contained in:
R. Ryantm
2026-02-02 19:14:56 +00:00
parent a57d341039
commit 34dda3bb2e
+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 ];