Unverified Commit ac79b3eb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

plantuml-server: 1.2025.2 -> 1.2025.3 (#412944)

parents 98703b44 d836f994
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.2";
  version = "1.2025.3";

  src = fetchurl {
    url = "https://github.com/plantuml/plantuml-server/releases/download/v${version}/plantuml-v${version}.war";
    hash = "sha256-Qwaqt2Tlc5ruo0nnhepBXHOHVPqwcIP2Ec6GL+EyGTU=";
    hash = "sha256-q4fgA3pbKg13q/J5CJ1vshNFdBtTQ3QyRKyD3STshcc=";
  };

  dontUnpack = true;