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