Commit Graph

27 Commits

Author SHA1 Message Date
R. Ryantm
e92b465892 plantuml-server: 1.2024.3 -> 1.2024.4 2024-04-07 01:44:15 +00:00
R. Ryantm
a2234613e8 plantuml-server: 1.2024.2 -> 1.2024.3 2024-02-18 05:10:36 +00:00
R. Ryantm
7e1b918a94 plantuml-server: 1.2024.1 -> 1.2024.2 2024-02-15 00:10:26 +00:00
R. Ryantm
35052cbbb1 plantuml-server: 1.2023.13 -> 1.2024.1 2024-02-09 06:22:28 +00:00
GetPsyched
f98ec4f73c treewide: update meta.description to fit the guidelines 2024-01-09 17:12:31 +01:00
R. Ryantm
cc4b2b36df plantuml-server: 1.2023.12 -> 1.2023.13 2023-12-17 20:39:20 +00:00
Anthony Roussel
b7851eed07
plantuml-server: add nixosTest to passthru.tests 2023-11-15 15:12:57 +01:00
R. Ryantm
3afb34d09e plantuml-server: 1.2023.10 -> 1.2023.12 2023-10-22 19:56:04 +00:00
R. Ryantm
4f2af2b983 plantuml-server: 1.2023.8 -> 1.2023.10 2023-07-24 00:06:42 +00:00
R. Ryantm
79de713048 plantuml-server: 1.2023.7 -> 1.2023.8 2023-05-27 20:39:59 +00:00
R. Ryantm
37caeedd86 plantuml-server: 1.2023.6 -> 1.2023.7 2023-05-18 03:01:04 +00:00
R. Ryantm
c4468abc42 plantuml-server: 1.2023.1 -> 1.2023.6 2023-04-27 01:09:39 +00:00
R. Ryantm
74ff8c518b plantuml-server: 1.2023.0 -> 1.2023.1 2023-01-31 19:01:53 +00:00
R. Ryantm
6fbe9c5daa plantuml-server: 1.2022.14 -> 1.2023.0 2023-01-18 21:57:02 +08:00
R. Ryantm
11061c6ddf plantuml-server: 1.2022.13 -> 1.2022.14 2022-12-12 21:18:06 +08:00
R. Ryantm
e0e86de33f plantuml-server: 1.2022.12 -> 1.2022.13 2022-11-22 21:00:24 +00:00
R. Ryantm
fd70c59577 plantuml-server: 1.2022.7 -> 1.2022.12 2022-11-06 19:30:44 +08:00
R. Ryantm
e2a4913db5 plantuml-server: 1.2022.6 -> 1.2022.7 2022-08-28 22:54:47 +00:00
R. Ryantm
0d82ebcfee plantuml-server: 1.2022.2 -> 1.2022.6 2022-07-29 16:47:37 +00:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Krzysztof Nazarewski
759517412f
plantuml-server: fixed unstable deps
after merging https://github.com/NixOS/nixpkgs/pull/163431 `plantuml-server-*-deps` derivation turned out unstable, this commit switches to fetching `plantuml.war` directly from releases
2022-03-15 16:50:08 +01:00
Krzysztof Nazarewski
4ea5398d20
plantuml-server 1.2021.12 -> 1.2022.2
- changed JDK version to 17 (11+ required)
- added maven build reproducibility
2022-03-11 09:05:35 +01:00
Jakob Klepp
536d114230 plantuml-server: 1.2021.7 -> 1.2021.12 2021-10-23 17:21:56 +02:00
Kimat Boven
98b9a36f9a plantuml-server 1.2021.6 -> 1.2021.7 2021-06-05 00:11:08 +02:00
Jakob Klepp
245070134f plantuml-server: 1.2020.14 -> 1.2021.6 2021-05-16 14:15:29 -07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jakob Klepp
e340e24d3a plantuml-server: init at 1.2020.14 2020-07-08 19:45:16 +02:00