Unverified Commit e365012c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

hxtools: 20231224 -> 20250309 (#388969)

parents 76019263 036b0e97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [