hxtools: 20231224 -> 20250309

This commit is contained in:
R. Ryantm
2025-03-11 12:51:59 +00:00
parent 68a5a25381
commit 036b0e97fb
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hxtools";
version = "20231224";
version = "20250309";
src = fetchurl {
url = "https://inai.de/files/hxtools/hxtools-${finalAttrs.version}.tar.zst";
hash = "sha256-TyT9bsp9qqGKQsSyWCfd2lH8ULjqJ5puMTw2TgWHV5c=";
hash = "sha256-2ItcEiMe0GzgJ3MxZ28wjmXGSbZtc7BHpkpKIAodAwA=";
};
nativeBuildInputs = [