Unverified Commit e7d4920b authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

plantuml-server: 1.2025.4 -> 1.2025.7 (#441812)

parents b1809fe3 b7f5cfdc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
  pname = "plantuml-server";
  version = "1.2025.4";
  version = "1.2025.7";

  src = fetchurl {
    url = "https://github.com/plantuml/plantuml-server/releases/download/v${version}/plantuml-v${version}.war";
    hash = "sha256-SDNbuN6j3l5aejcRQIiczS4TsuvNcMFBne9YU1MFJ9Q=";
    hash = "sha256-K6AUng/WAc/AG1+h+PJRvFCpWEyv+AaiifAsc5ogBtQ=";
  };

  dontUnpack = true;