We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b50ffbd + 8873edd commit b013007Copy full SHA for b013007
pkgs/by-name/pl/plantuml-server/package.nix
@@ -7,11 +7,11 @@
7
8
stdenv.mkDerivation (finalAttrs: {
9
pname = "plantuml-server";
10
- version = "1.2026.1";
+ version = "1.2026.2";
11
12
src = fetchurl {
13
url = "https://github.com/plantuml/plantuml-server/releases/download/v${finalAttrs.version}/plantuml-v${finalAttrs.version}.war";
14
- hash = "sha256-+r7SL+JXXAGC0Q7wxvohXBfBucVZzQPX3TIVd/tR0t8=";
+ hash = "sha256-4lGpp8cNpRzz3gy+fG5xpeNLEFejMlJTXi4RJJLa4Wo=";
15
};
16
17
dontUnpack = true;
0 commit comments