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
K900
505b2b9169
Merge pull request #302242 from 500InternalError/asusctl-5.0.10
...
asusctl: 5.0.7 -> 5.0.10
2024-04-15 08:39:21 +03:00
OPNA2608
bbc0a5ee52
coolercontrol.coolercontrold: Hardcode a shell
...
So we don't need to add bash to the service's PATH
2024-04-13 12:24:02 +02:00
Guy Boldon
5bb6726e84
coolercontrol.*: 1.1.1 -> 1.2.2
2024-04-13 12:24:02 +02:00
500InternalError
f89c670a01
asusctl: 5.0.7 -> 5.0.10
2024-04-09 17:38:19 +08:00
R. Ryantm
225a7ccb57
monitor: 0.17.0 -> 0.17.1
2024-04-05 10:01:03 +00:00
qubitnano
35a41d0dae
glances: 3.4.0.3 -> 3.4.0.5
2024-03-24 13:47:03 -04: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
14ce6f1cbe
supergfxctl: 5.1.2 -> 5.2.1
2024-03-18 02:14:46 +00:00
Guy Boldon
0824756d05
coolercontrol.*: init at 1.1.1
2024-02-16 19:16:24 +01:00
h7x4
8121f3559a
treewide: add mainProgram
2024-02-11 03:19:15 +01:00
Tomáš Vacek
d1a3004c22
asusctl: 5.0.6 -> 5.0.7
2024-01-05 11:41:12 +01:00
Tomáš Vacek
497dafcea0
asusctl: 5.0.2 -> 5.0.6
2023-12-28 11:22:38 +01:00
R. Ryantm
90fa836143
qjournalctl: 0.6.3 -> 0.6.4
2023-12-26 01:36:02 +00:00
jacekpoz
1ab2c85709
asusctl: 5.0.0 -> 5.0.2
2023-12-21 13:07:55 +01:00
K900
6de3122f43
asusctl: 4.7.2 -> 5.0.0
2023-12-12 22:07:22 +03:00
K900
1ec772ee91
supergfxctl: 5.1.1 -> 5.1.2
2023-12-12 21:51:10 +03:00
Peder Bergebakken Sundt
f41aba3739
treewide: remove unreferenced patch files
...
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
jacekpoz
a3f8375852
asusctl: 4.7.1 -> 4.7.2
2023-11-25 18:36:08 +01:00
qubitnano
61a5cbd208
sha256 -> hash
2023-10-03 23:32:03 -04:00
qubitnano
e10c2c7e9a
glances: 3.4.0.2 -> 3.4.0.3
2023-10-03 23:26:35 -04:00
Matthew Toohey
245e084666
asusctl: 4.7.0 -> 4.7.1
2023-09-03 19:13:01 -04:00
Bobby Rong
dd7d7cd54e
monitor: 0.16.1 -> 0.17.0
...
https://github.com/stsdc/monitor/compare/0.16.1...0.17.0
2023-08-14 11:38:04 +08:00
K900
3837272f6e
asusctl: 4.6.2 -> 4.7.0
2023-08-11 09:27:08 +03:00
figsoda
e847a2742a
psitop: 1.0.0 -> 1.1.3
...
Diff: https://github.com/jamespwilliams/psitop/compare/1.0.0...1.1.3
2023-07-28 17:34:31 -04:00
Pol Dellaiera
b84d34723e
Merge pull request #244747 from r-ryantm/auto-update/booster
...
booster: 0.10 -> 0.11
2023-07-26 13:26:21 +02:00
figsoda
6937f7e4e8
psitop: init at 1.0.0
...
https://github.com/jamespwilliams/psitop
2023-07-24 15:10:44 -04:00
R. Ryantm
cc91ea4921
booster: 0.10 -> 0.11
2023-07-22 01:04:33 +00:00
Artturin
1c29673fcc
treewide: go-modules -> goModules
...
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.
Instead of making nix-update more complicated, make go-modules naming match cargoDeps.
`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix
release note added
2023-07-14 00:18:06 +03:00
Ryan Horiguchi
6e3500fdd0
glances: 3.3.1 -> 3.4.0.2
2023-05-23 19:10:15 +02:00
K900
5c95114a2f
Merge pull request #228951 from aacebedo/aacebedo/asusctl_4.6.2
...
asusctl: 4.5.8 -> 4.6.2
2023-05-01 12:08:37 +03:00
Alexandre Acebedo
576d7d34c4
asusctl: 4.5.8 -> 4.6.2
2023-05-01 11:07:39 +02:00
Alexandre Acebedo
ab709141df
supergfxctl: 5.0.1 -> 5.1.1
2023-04-30 21:35:28 +03:00
Weijia Wang
8bfb8e8b82
Merge pull request #223082 from r-ryantm/auto-update/booster
...
booster: 0.9 -> 0.10
2023-03-29 00:30:35 +03:00
Yureka
f8cbc3c281
tree-wide: convert rust with git deps to importCargoLock
2023-03-26 01:52:04 +01:00
R. Ryantm
6aab31bf50
booster: 0.9 -> 0.10
2023-03-25 14:59:03 +00:00
K900
ff28bb1055
asusctl: 4.5.6 -> 4.5.8
2023-03-08 17:52:10 +03:00
R. Ryantm
2242ba6c4a
monitor: 0.16.0 -> 0.16.1
2023-03-05 00:22:13 +00:00
Bobby Rong
28ca776339
monitor: 0.15.1 -> 0.16.0
...
https://github.com/stsdc/monitor/compare/0.15.1...0.16.0
2023-02-25 09:51:05 +08:00
Weijia Wang
aba2aded0e
Merge pull request #213280 from bobby285271/upd/monitor
...
monitor: 0.15.0 -> 0.15.1
2023-01-29 08:38:36 +01:00
Bobby Rong
5797a5ebc9
monitor: 0.15.0 -> 0.15.1
...
https://github.com/stsdc/monitor/compare/0.15.0..0.15.1
2023-01-29 10:26:03 +08:00
Anderson Torres
ea068dc485
Merge pull request #208338 from urandom2/zxfer
...
zxfer: init at 1.1.7
2023-01-26 11:50:03 -03:00
Luflosi
262987f52d
glances: 3.3.0 -> 3.3.1
...
https://github.com/nicolargo/glances/releases/tag/v3.3.1
2023-01-26 11:10:37 +01:00
Bobby Rong
6e873de5b8
monitor: 0.14.0 -> 0.15.0
...
https://github.com/stsdc/monitor/compare/0.14.0...0.15.0
2023-01-23 16:54:18 +08:00
Colin Arnott
72d43ddf52
zxfer: init at 1.1.7
...
Fixes #174660
2023-01-11 04:03:04 +00:00
Colin Arnott
bb0323856c
mgmt: init at unstable-2022-10-24
...
Fixes #98458
Updates purpleidea/mgmt#610
2023-01-04 02:09:01 +00:00
Sandro
988acc39c5
Merge pull request #203017 from urandom2/booster
...
Fixes https://github.com/NixOS/nixpkgs/issues/173437
2022-12-27 21:24:16 +01:00
Colin Arnott
4684607935
booster: init at 0.9
...
The check phase is disabled because integration tests need kernel and
other impure resources to function.
Fixes #173437
2022-12-15 11:38:44 +00:00
Sandro
0180c8ff59
Merge pull request #203013 from chuangzhu/thumbdrives
2022-12-13 17:19:23 +01:00
R. Ryantm
89aab97e63
asusctl: 4.5.5 -> 4.5.6
2022-12-12 05:14:08 +00:00