Commit Graph

43 Commits

Author SHA1 Message Date
éclairevoyant
71e728d3b8
maintainers: remove ivar 2024-06-29 03:09:10 -04:00
Aleksana
603a256259
Merge pull request #320069 from MathiasSven/mcaselector-fix
mcaselector: move makeWrapper to preFixup
2024-06-18 23:17:42 +08:00
Mathias Sven
e2d1f0aee6
mcaselector: move makeWrapper to preFixup
Allows gappsWrapperArgsHook to run to populate gappsWrapperArgs
2024-06-15 18:43:31 +01:00
R. Ryantm
6511d8b80d mcaselector: 2.4 -> 2.4.1 2024-06-14 02:33:01 +00:00
Nikita Pedorich
604ff7b6e7
packwiz: unstable-2023-08-28 -> 0-unstable-2024-05-27
- Add updateScript
2024-06-11 23:07:26 +09: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
Weijia Wang
c8cac6c0cc
Merge pull request #307627 from r-ryantm/auto-update/fabric-installer
fabric-installer: 1.0.0 -> 1.0.1
2024-05-04 18:37:56 +02:00
R. Ryantm
0e7581ae3b fabric-installer: 1.0.0 -> 1.0.1 2024-04-29 04:30:20 +00:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Leix b
f965023df8
mcaselector: add missing wrapGAppsHook (#280536)
* mcaselector: add wrapGAppsHook

* mcaselector: don't wrap executable twice

* mcaselector: correctly escape bash variable

---------

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-24 22:17:07 +08:00
R. Ryantm
54570becb5 mcaselector: 2.3 -> 2.4 2024-04-24 01:21:46 +00:00
R. Ryantm
e2c5d4d11c optifine: 1.20.1_HD_U_I6 -> 1.20.4_HD_U_I7 2024-03-20 19:52:54 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
a0d718692a mcaselector: 2.2.2 -> 2.3 2024-01-28 22:07:22 +00:00
Weijia Wang
7436841762
Merge pull request #277075 from r-ryantm/auto-update/optifine
optifine: 1.20.1_HD_U_I5 -> 1.20.1_HD_U_I6
2024-01-03 19:38:07 +01:00
R. Ryantm
9acac33da5 fabric-installer: 0.11.2 -> 1.0.0 2024-01-03 06:05:24 +00:00
R. Ryantm
0d02683fc7 optifine: 1.20.1_HD_U_I5 -> 1.20.1_HD_U_I6 2023-12-27 10:10:41 +00:00
R. Ryantm
98f3dbb7d7 optifine: 1.19.2_HD_U_H9 -> 1.20.1_HD_U_I5 2023-10-12 06:47:55 +00:00
Mario Rodas
3be91db1b1
Merge pull request #253942 from aaronjheng/minecraft-server-hibernation
minecraft-server-hibernation: 2.4.10 -> 2.5.0
2023-09-23 08:55:20 -05:00
Weijia Wang
9e3c413e88
Merge pull request #255181 from Anomalocaridid/packwiz
packwiz: unstable-2023-02-13 -> unstable-2023-08-28
2023-09-15 10:38:24 +02:00
Anomalocaridid
544053a21e packwiz: unstable-2023-02-13 -> unstable-2023-08-28 2023-09-14 16:36:34 -04:00
Aaron Jheng
dd5771c0f4
minecraft-server-hibernation: 2.4.10 -> 2.5.0 2023-09-14 22:11:28 +08:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Sefa Eyeoglu
8c2717b701
mcaselector: init at 2.2.2
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-02 23:21:02 +02:00
R. Ryantm
bff6d7eb5e fabric-installer: 0.11.1 -> 0.11.2 2023-03-08 09:11:23 +00:00
Sandro
1ad58fd33b
Merge pull request #206294 from Infinidoge/bump/packwiz
packwiz: unstable-2022-10-29 -> unstable-2023-02-13
2023-02-21 09:40:32 +01:00
Infinidoge
7cd1e93a0b packwiz: unstable-2022-10-29 -> unstable-2023-02-13 2023-02-21 00:54:37 -05:00
Jeffrey Harmon
0f362f6cc0
minecraft-server-hibernation: init at 2.4.10 2022-12-04 14:14:54 -05:00
Infinidoge
b8d78c7760 packwiz: unstable-2022-09-25 -> unstable-2022-10-29 2022-10-29 15:39:35 -04:00
usertam
6de2d274fb
optifinePackages: update versions, refactor version generation
optifinePackages.optifine-latest: 1.18.1_HD_U_H4 -> 1.19.2_HD_U_H9

optifinePackages.optifine_1_19_2: init at 1.19.2_HD_U_H9
optifinePackages.optifine_1_19_1: init at 1.19.1_HD_U_H9
optifinePackages.optifine_1_19: init at 1.19_HD_U_H9

optifinePackages.optifine_1_18_2: init at 1.18.2_HD_U_H7
optifinePackages.optifine_1_18_1: 1.18.1_HD_U_H4 -> 1.18.1_HD_U_H6
optifinePackages.optifine_1_18: init at 1.18_HD_U_H3

optifinePackages.optifine_1_16_4: init at 1.16.4_HD_U_G7
optifinePackages.optifine_1_16_3: init at 1.16.3_HD_U_G5
optifinePackages.optifine_1_16_2: init at 1.16.2_HD_U_G5
optifinePackages.optifine_1_16_1: init at 1.16.1_HD_U_G2

optifinePackages.optifine_1_15_2: 1.16.5_HD_U_G8 -> 1.15.2_HD_U_G6

optifinePackages.optifine_1_14_3: init at 1.14.3_HD_U_F2
optifinePackages.optifine_1_14_2: init at 1.14.2_HD_U_F1

optifinePackages.optifine_1_13_1: init at 1.13.1_HD_U_E4
optifinePackages.optifine_1_13: init at 1.13_HD_U_E4

optifinePackages.optifine_1_12_1: init at 1.12.1_HD_U_G5
optifinePackages.optifine_1_12: init at 1.12_HD_U_G5

optifinePackages.optifine_1_11: init at 1.11_HD_U_G5

optifinePackages.optifine_1_10_2: init at 1.10.2_HD_U_I5

optifinePackages.optifine_1_9_2: init at 1.9.2_HD_U_E3
optifinePackages.optifine_1_9_0: init at 1.9.0_HD_U_I5

optifinePackages.optifine_1_8_8: init at 1.8.8_HD_U_I7
optifinePackages.optifine_1_8_0: init at 1.8.0_HD_U_I7

optifinePackages.optifine_1_7_2: init at 1.7.2_HD_U_F7
2022-09-21 15:05:20 +08:00
R. Ryantm
3d3a9748ce fabric-installer: 0.11.0 -> 0.11.1 2022-08-31 06:53:01 +00:00
Infinidoge
f8c5cfaf38 packwiz: unstable-2022-06-08 -> unstable-2022-08-25 2022-08-25 22:17:27 -04:00
R. Ryantm
c9a997e632 fabric-installer: 0.10.2 -> 0.11.0 2022-06-25 20:17:27 +00:00
Bobby Rong
a11b86c6a3
Merge pull request #176337 from Infinidoge/bump/packwiz
packwiz: unstable-2022-05-25 -> unstable-2022-06-08
2022-06-24 12:28:54 +08:00
Infinidoge
e8ce74879d packwiz: unstable-2022-05-25 -> unstable-2022-06-08 2022-06-08 20:09:38 -04: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
Infinidoge
9687b5e62e packwiz: init 2022-05-25 23:21:45 -04:00
IvarWithoutBones
cd8681a955 optifinePackages: init 2022-01-22 13:52:50 +01:00
Peter Hindes
5da23db518
optifine: 1.16.5_HD_U_G8 -> 1.18.1_HD_U_H4 2021-12-31 08:48:03 +08:00
R. Ryantm
80a2ca6bee fabric-installer: 0.7.4 -> 0.10.2 2021-12-11 04:35:59 +00:00
IvarWithoutBones
558d864f64 optifine: init at 1.16.5_HD_U_G8 2021-07-09 03:17:28 +02:00
IvarWithoutBones
4d9ab19f8e fabric-installer: init at 0.7.4 2021-07-09 03:17:28 +02:00
IvarWithoutBones
a967c845c5 amidst: move to pkgs/tools/games/minecraft 2021-07-09 03:17:28 +02:00