Skip to content

Commit b013007

Browse files
plantuml-server: 1.2026.1 -> 1.2026.2 (#495077)
2 parents b50ffbd + 8873edd commit b013007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pl/plantuml-server/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "plantuml-server";
10-
version = "1.2026.1";
10+
version = "1.2026.2";
1111

1212
src = fetchurl {
1313
url = "https://github.com/plantuml/plantuml-server/releases/download/v${finalAttrs.version}/plantuml-v${finalAttrs.version}.war";
14-
hash = "sha256-+r7SL+JXXAGC0Q7wxvohXBfBucVZzQPX3TIVd/tR0t8=";
14+
hash = "sha256-4lGpp8cNpRzz3gy+fG5xpeNLEFejMlJTXi4RJJLa4Wo=";
1515
};
1616

1717
dontUnpack = true;

0 commit comments

Comments
 (0)