Commit Graph

48 Commits

Author SHA1 Message Date
R. Ryantm
f88600aba9 micronaut: 4.4.1 -> 4.4.2 2024-05-04 04:22:54 +00:00
R. Ryantm
574c560807 micronaut: 4.4.0 -> 4.4.1 2024-04-24 04:22:26 +00:00
R. Ryantm
959b906d04 micronaut: 4.3.8 -> 4.4.0 2024-04-18 01:47:47 +00:00
R. Ryantm
ee7205fa88 micronaut: 4.3.7 -> 4.3.8 2024-04-11 01:12:58 +00:00
R. Ryantm
b594e2e328 micronaut: 4.3.6 -> 4.3.7 2024-03-22 17:20:26 +00:00
R. Ryantm
07d99149de micronaut: 4.3.5 -> 4.3.6 2024-03-16 16:29:48 +00:00
R. Ryantm
5f4e210299 micronaut: 4.3.4 -> 4.3.5 2024-03-12 20:15:03 +00:00
R. Ryantm
9e005f1c86 micronaut: 4.2.4 -> 4.3.4 2024-03-03 16:49:35 +00:00
R. Ryantm
ee41f087cb micronaut: 4.2.3 -> 4.2.4 2024-01-25 06:38:41 +00:00
R. Ryantm
6dca6dc2f0 micronaut: 4.2.2 -> 4.2.3 2024-01-07 11:12:52 +00:00
R. Ryantm
1b40a07ee0 micronaut: 4.1.6 -> 4.2.2 2023-12-27 04:19:51 +00:00
R. Ryantm
aeb3ad9dbd micronaut: 4.1.3 -> 4.1.6 2023-11-23 21:36:29 +00:00
R. Ryantm
ca65b160d2 micronaut: 4.1.1 -> 4.1.3 2023-10-11 04:47:23 +00:00
R. Ryantm
65cd5cb5c7 micronaut: 4.0.5 -> 4.1.1 2023-09-17 09:46:30 +00:00
R. Ryantm
17f1f8e221 micronaut: 4.0.4 -> 4.0.5 2023-08-29 11:29:36 +00:00
R. Ryantm
5b5b66d04f micronaut: 4.0.3 -> 4.0.4 2023-08-25 10:25:21 +00:00
R. Ryantm
1111a39dec micronaut: 4.0.1 -> 4.0.3 2023-08-06 22:24:31 +00:00
R. Ryantm
1b58cab2a9 micronaut: 4.0.0 -> 4.0.1 2023-07-27 05:10:12 +00:00
R. Ryantm
422aa83642 micronaut: 3.9.4 -> 4.0.0 2023-07-17 18:49:35 +00:00
R. Ryantm
b6cb080cf3 micronaut: 3.9.3 -> 3.9.4 2023-06-28 23:07:30 +00:00
figsoda
512df4a3ab micronaut: set meta.mainProgram 2023-06-10 12:05:04 -04:00
R. Ryantm
a3a197c13d micronaut: 3.9.2 -> 3.9.3 2023-06-10 15:11:38 +00:00
R. Ryantm
8cd2ab890e micronaut: 3.9.1 -> 3.9.2 2023-05-23 04:23:23 +00:00
R. Ryantm
d67dfdbdf8 micronaut: 3.9.0 -> 3.9.1 2023-05-04 11:29:10 +00:00
R. Ryantm
cc98d6a4b2 micronaut: 3.8.8 -> 3.9.0 2023-04-20 17:51:01 +00:00
R. Ryantm
65fd9ee103 micronaut: 3.8.7 -> 3.8.8 2023-04-09 14:36:08 +00:00
R. Ryantm
27b57d395e micronaut: 3.8.6 -> 3.8.7 2023-03-11 04:45:53 +00:00
R. Ryantm
65673e3145 micronaut: 3.8.5 -> 3.8.6 2023-03-02 16:47:13 +00:00
R. Ryantm
1747570c58 micronaut: 3.8.4 -> 3.8.5 2023-02-26 05:30:22 +00:00
R. Ryantm
5ebdfe342e micronaut: 3.8.3 -> 3.8.4 2023-02-09 10:01:53 +00:00
R. Ryantm
993a57e705 micronaut: 3.8.2 -> 3.8.3 2023-01-31 01:33:55 +00:00
R. Ryantm
440ff71c75 micronaut: 3.8.1 -> 3.8.2 2023-01-25 23:44:04 +00:00
R. Ryantm
92dca3d39f micronaut: 3.7.4 -> 3.8.1 2023-01-14 00:34:44 +00:00
R. Ryantm
03d0809f1a micronaut: 3.7.2 -> 3.7.4 2022-11-20 10:56:08 +08:00
Stan. S. Krupoderov
2505b57295
micronaut: 1.3.7 -> 3.7.2 (#197945)
resolve https://github.com/NixOS/nixpkgs/issues/160676
2022-11-16 00:11:33 +01:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10: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
R. RyanTM
98f9f81408 micronaut: 1.3.6 -> 1.3.7 2020-08-05 19:43:25 -07:00
R. RyanTM
e51b28bfd0 micronaut: 1.3.5 -> 1.3.6 2020-06-06 12:36:54 +00:00
R. RyanTM
4cd9a036c8 micronaut: 1.3.4 -> 1.3.5 2020-05-27 13:49:18 -07:00
R. RyanTM
e546afa5a5 micronaut: 1.3.2 -> 1.3.4 2020-04-05 02:35:17 +00:00
R. RyanTM
cf230185fe micronaut: 1.3.0 -> 1.3.2 2020-03-06 07:24:26 +01:00
R. RyanTM
879d609e60 micronaut: 1.2.8 -> 1.3.0 2020-02-10 13:24:47 +01:00
R. RyanTM
0de96d76e8 micronaut: 1.2.6 -> 1.2.8 2019-12-23 13:26:53 -08:00
R. RyanTM
d5d6b756af micronaut: 1.2.5 -> 1.2.6 (#74465) 2019-11-30 17:10:04 +01:00
R. RyanTM
f9b717e5c0 micronaut: 1.2.3 -> 1.2.5 (#71697)
* micronaut: 1.2.3 -> 1.2.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/micronaut/versions

* micronaut: keep description short

and run pre+post hooks when overriding install phase
2019-10-24 15:59:16 +02:00
John Mercier
2e2b068e04 micronaut 1.2.1 -> 1.2.3 2019-10-02 23:15:56 +02:00
John Mercier
b973a8e0d0 micronaut init at 1.2.1 2019-09-18 06:25:21 -04:00