hxtools: 20231224 -> 20250309 (#388969)

This commit is contained in:
Weijia Wang
2025-03-23 19:03:53 +01:00
committed by GitHub

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 = [