Commit Graph

68 Commits

Author SHA1 Message Date
R. Ryantm
585c0743bf lunar-client: 3.2.12 -> 3.2.15 2024-08-14 11:40:30 +00:00
nat
d87479afa9
lunar-client: 3.2.11 -> 3.2.12 2024-08-03 14:55:54 +02:00
Ivan Trubach
4a79f0bce2
lutok: update meta.description 2024-07-25 11:37:23 +03:00
Lyndon Sanche
5e9c2990a3
lubelogger: 1.3.1 -> 1.3.5 and switch license to MIT
https://github.com/hargata/lubelog/releases/tag/v1.3.5

Commercial restriction removed in 1.3.3:
https://github.com/hargata/lubelog/releases/tag/v1.3.3
2024-07-11 16:05:29 -06:00
Zyansheep
6cf6e92fdc
lunar-client: remove zyansheep from maintainers list 2024-07-02 11:30:23 -04:00
R. Ryantm
dca0238615 lunar-client: 3.2.10 -> 3.2.11 2024-06-28 14:25:15 +00:00
R. Ryantm
ed316edef2 lunar-client: 3.2.9 -> 3.2.10 2024-06-15 01:38:04 +00:00
Peder Bergebakken Sundt
1dd2e80175
Merge pull request #318212 from luftmensch-luftmensch/lunacy_9.6.2
lunacy: 9.6.1 -> 9.6.2
2024-06-10 23:28:40 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
luftmensch-luftmensch
09d329ea03
lunacy: 9.6.1 -> 9.6.2 2024-06-08 10:45:13 +02:00
Aleksana
417df303ab
Merge pull request #312928 from eliandoran/dev/lunacy-fix-toast
lunacy: fix "Unsupported file format" toast at startup
2024-05-31 22:35:56 +08:00
R. Ryantm
d74a41dc52 lunacy: 9.6.0 -> 9.6.1 2024-05-30 03:58:40 +00:00
R. Ryantm
9452c68861 lunar-client: 3.2.7 -> 3.2.9 2024-05-25 21:20:34 +00:00
Lucius Hu
08380cb613
lunarvim: 1.3.0 -> 1.4.0 (#313451)
See release note: <https://github.com/LunarVim/LunarVim/releases/tag/1.4.0>

Removed a temporary patch which is upstreamed, and added myself as a new maintainer.
2024-05-22 15:49:22 +00:00
Elian Doran
4aadb47dd5
lunacy: fix "Unsupported file format" toast at startup 2024-05-19 21:14:40 +03:00
Weijia Wang
e3604ee742
Merge pull request #311656 from r-ryantm/auto-update/lunar-client
lunar-client: 3.2.6 -> 3.2.7
2024-05-15 13:35:50 +02:00
R. Ryantm
0b7468b808 lutgen: 0.10.0 -> 0.10.1 2024-05-15 02:56:29 +00:00
R. Ryantm
d8737fb929 lunar-client: 3.2.6 -> 3.2.7 2024-05-14 13:27:47 +00:00
github-actions[bot]
63659f437f
Merge staging-next into staging 2024-05-04 00:02:40 +00:00
kirillrdy
cf6dbf65a0
Merge pull request #306907 from rohanssrao/master
lumafly: init at 3.2.0.0
2024-05-04 08:16:21 +10:00
Rohan Rao
bf22d293fa lumafly: init at 3.2.0.0 2024-05-03 09:10:38 -04:00
github-actions[bot]
dfdd2255bb
Merge staging-next into staging 2024-05-01 18:01:55 +00:00
Weijia Wang
e546978f14 Merge branch 'staging-next' into staging 2024-05-01 10:51:22 +02:00
nat
dd38d7938e
lunar-client: 3.2.5 -> 3.2.6 2024-04-30 15:13:24 +02:00
nat
dd8a4d8ae3
lunar-client: 3.2.4 -> 3.2.5 2024-04-29 22:21:00 +02:00
toonn
84df02abdb
Merge pull request #301354 from reckenrode/libiconv-switch-mk2
darwin.libiconv: 50 -> 99 and move to pkgs/by-name
2024-04-28 23:21:37 +02:00
kashw2
a47d2da26a lunacy: 9.5.0 -> 9.6.0 2024-04-28 17:19:14 +10:00
Randy Eckenrode
7709e10c5f
lutok: init at 0.4 2024-04-27 18:09:51 -04:00
Atemu
2432c6b829
Merge pull request #271071 from pbsds/wrapAppImage-pname-redux
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24 21:48:19 +02:00
R. Ryantm
627f9f8000 lubelogger: 1.3.0 -> 1.3.1 2024-04-24 14:25:04 +00:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
Peder Bergebakken Sundt
f0811283da
Merge pull request #301615 from TomaSajt/luneta
luneta: init at 0.7.4
2024-04-21 19:45:02 +02:00
R. Ryantm
1300357c0f lubelogger: 1.2.9 -> 1.3.0 2024-04-09 03:47:10 +00:00
TomaSajt
bf6eeb31e8
luneta: init at 0.7.4 2024-04-04 21:02:10 +02:00
R. Ryantm
33a1770eaf lubelogger: 1.2.8 -> 1.2.9 2024-03-29 15:09:18 +00:00
nat
3e99abb8fe
lunar-client: 3.2.3 -> 3.2.4 2024-03-27 20:13:56 +01:00
R. Ryantm
65fff1737a lubelogger: 1.2.7 -> 1.2.8 2024-03-21 18:42:44 +00:00
R. Ryantm
57de41b246 lunacy: 9.4.2.5022 -> 9.5.0 2024-03-20 00:35:11 +00:00
R. Ryantm
103907b0be lubelogger: 1.2.6 -> 1.2.7 2024-03-17 17:35:20 +00:00
R. Ryantm
56acf6b68d lutgen: 0.9.0 -> 0.10.0 2024-03-16 01:13:51 +00:00
R. Ryantm
f90a9e6179 lubelogger: 1.2.5 -> 1.2.6 2024-03-14 02:49:43 +00:00
a-n-n-a-l-e-e
67552a1b68
Merge pull request #278108 from eliandoran/dev/lunacy
lunacy: init at 9.4.2.5022
2024-03-09 15:27:19 -08:00
Elian Doran
e63e189658
lunacy: init at 9.4.2.5022 2024-03-08 19:23:04 +02:00
R. Ryantm
bbca382cc5 lubelogger: 1.2.4 -> 1.2.5 2024-03-08 01:52:58 +00:00
Malte Janz
5f9966f27a
ludtwig: 0.8.2 -> 0.8.3 2024-03-05 10:09:09 +01:00
R. Ryantm
a64e7fc416 lubelogger: 1.2.3 -> 1.2.4 2024-03-02 18:22:23 +00:00
Mario Rodas
4d492e7228
Merge pull request #285799 from MalteJanz/update/ludtwig/0.8.1
ludtwig: 0.8.0 -> 0.8.2
2024-03-01 23:56:59 -05:00
R. Ryantm
5c5839177a lubelogger: 1.2.2 -> 1.2.3 2024-02-28 03:46:43 +00:00
R. Ryantm
6a0c4fbe04 lubelogger: 1.2.1 -> 1.2.2 2024-02-24 22:12:59 +00:00