Commit Graph

103 Commits

Author SHA1 Message Date
Sean Gilligan
224b3a5ad9
jextract: 2023-04-14 -> 2023-11-27 (JDK 21) (#271127)
This updates jextract to use JDK 21 and to be be
based on the commit described as 
"Update jextract 21 with latest fixes" and as of
2023-12-12 is the latest commit on `master`.

Co-authored-by: Sharzy <me@sharzy.in>
2023-12-13 17:03:13 +01:00
Nick Cao
cae847179c
Merge pull request #262371 from makefu/pkgs/dex2jar/bump
dex2jar: 2.1 -> 2.4
2023-10-21 10:41:17 -04:00
makefu
e851b85178
dex2jar: 2.1 -> 2.4 2023-10-20 22:03:26 +02:00
R. Ryantm
01e84dcc5f visualvm: 2.1.6 -> 2.1.7 2023-10-04 10:44:58 +00:00
Philipp Mildenberger
2bb11b1c62 java-language-server: 0.2.38 -> 0.2.46 2023-09-07 02:37:37 +02:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Weijia Wang
d0742aa67b
Merge pull request #244283 from emilytrau/dex2jar
dex2jar: 2.0 -> 2.1
2023-08-09 12:07:39 +02:00
Sprite
f484b49eeb jextract: install with bundle binaries 2023-08-07 11:33:40 +02:00
Nick Cao
7cc4180f87
Merge pull request #241099 from SharzyL/jextract-init
jextract: init at unstable-2023-04-14
2023-08-06 03:18:02 -06:00
Weijia Wang
30464bb5c5 treewide: fix mvnHash 2023-07-31 21:13:40 +02:00
Weijia Wang
e658ffa994 treewide: cleanup maven packages 2023-07-31 21:13:09 +02:00
Emily Trau
89ed113458 dex2jar: 2.0 -> 2.1 2023-07-19 16:28:49 +10:00
SharzyL
8a6a09f620
jextract: init at unstable-2023-04-14 2023-07-02 21:00:23 +08:00
Weijia Wang
dca415554f treewide: replace mavenfod with buildMavenPackage 2023-06-20 19:59:30 +03:00
Tillerino
13dd515a92 maven: adjust hashes of pull-maven-dependencies derivations
Since the newer Maven pulls different versions of its own dependencies,
the hashes of these derivations all changed.
2023-06-20 13:15:27 +02:00
Weijia Wang
c44a486d0a java-language-server: convert to mavenfod 2023-06-20 10:15:39 +03:00
Weijia Wang
e827e6e7b4 jprofiler: 13.0.2 -> 13.0.6 2023-04-28 22:36:33 +03:00
Weijia Wang
ab4d4f6fd5 jprofiler: darwin: 11.1.4 -> 13.0.2 2023-04-28 22:25:30 +03:00
R. Ryantm
be90a19796 visualvm: 2.1.5 -> 2.1.6 2023-04-21 23:37:13 +00:00
Ulrik Strid
376e9ceead treewide: add strictDeps = true to most packages depending on ocaml 2023-02-03 08:59:34 +01:00
R. Ryantm
1f165531bd visualvm: 2.1.4 -> 2.1.5 2022-10-22 11:23:49 +08:00
R. Ryantm
a98fc8a64c visualvm: 2.1.2 -> 2.1.4 2022-07-31 05:24:13 +00:00
Kirill A. Korinsky
84a29ac208
jprofiler: init at 13.0.2 2022-07-01 13:27:52 +02: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
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Jonathan Ringer
0bcbf67220 sawjap: make build src name independent
(cherry picked from commit a78ad036e27a34fa99c4a6600572c3c50ad0d01f)
2022-02-01 17:13:29 +01:00
R. Ryantm
ea986d25f4 visualvm: 2.1.1 -> 2.1.2 2022-01-31 10:00:38 -08:00
R. RyanTM
80ad6649f8
visualvm: 2.1 -> 2.1.1
(#143299)
2022-01-02 00:21:49 +01:00
R. Ryantm
ce6fe39871 cfr: 0.151 -> 0.152 2021-12-21 18:38:47 +00:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Vincent Laporte
a85cb38ba5 sawjap: init at 1.5.10
`sawjap` is a small standalone program that transforms `.class` files in
`JBir` form and pretty-prints the result.
2021-10-20 09:07:47 +02:00
R. RyanTM
09bbf7937e visualvm: 2.0.7 -> 2.1 2021-08-17 18:53:51 +00:00
hqurve
ca2cc06e5d
java-language-server: init at 0.2.38 (#131262)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-10 12:41:28 +02:00
Felix Buehler
87316d778b various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
Jonathan Ringer
d03dd5ab28 visualvm: 2.0.6 -> 2.0.7 2021-04-29 16:05:08 -07:00
R. RyanTM
ed23a550f6 visualvm: 2.0.5 -> 2.0.6 2021-02-09 18:21:08 +00:00
R. RyanTM
e5cd5b33ed cfr: 0.150 -> 0.151 2021-02-07 04:17:55 +00:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
R. RyanTM
5487927b06 visualvm: 2.0.4 -> 2.0.5 2020-11-27 01:09:42 +00:00
R. RyanTM
7b751e069b visualvm: 2.0.3 -> 2.0.4 2020-08-24 20:21:12 +00:00
R. RyanTM
bdc6bb9b1e visualvm: 2.0.2 -> 2.0.3 2020-07-18 20:51:52 +00:00
zowoq
c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
R. RyanTM
188394a666 visualvm: 2.0 -> 2.0.2 2020-06-17 12:40:45 -07:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Jörg Thalheim
1b81b5574d
Merge pull request #88425 from makefu/pkgs/dex2jar/init
dex2jar: init at 2.0
2020-05-28 07:53:03 +01:00
makefu
e682df2ef0
dex2jar: init at 2.0 2020-05-28 08:30:45 +02:00
R. RyanTM
2c29c7a06c cfr: 0.149 -> 0.150 2020-05-21 05:41:31 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zimbatm
8edcbd58f1
visualvm: 1.4.4 -> 2.0 (#82842)
* visualvm: 1.4.4 -> 2.0

* visualvm: gtk is part of the JVM disto
2020-03-19 13:13:23 +00:00
R. RyanTM
215e759e19 cfr: 0.148 -> 0.149 2020-03-06 07:50:32 +00:00