Commit Graph

26563 Commits

Author SHA1 Message Date
nixpkgs-merge-bot[bot]
8d73030fb6
zoekt: 0-unstable-2024-09-05 -> 3.7.2-2-unstable-2024-09-10 (#341704) 2024-09-23 02:13:16 +00:00
R. Ryantm
ef9fc98527 ananicy-rules-cachyos: 0-unstable-2024-08-26 -> 0-unstable-2024-09-18 2024-09-23 01:59:10 +00:00
R. Ryantm
162631be2b uiua: 0.12.3 -> 0.13.0-dev.1 2024-09-23 01:50:01 +00:00
R. Ryantm
7d7b6622fd gitlab-ci-ls: 0.21.1 -> 0.21.2 2024-09-23 01:18:04 +00:00
beviu
d8eefe5655
autologin: init at 1.0.0 2024-09-23 03:15:20 +02:00
Aleksana
51d4a9316e
wl-gammarelay-applet: init at 0.1.4 (#343679) 2024-09-23 08:54:47 +08:00
R. Ryantm
17a50105fb compose2nix: 0.2.2 -> 0.2.3 2024-09-23 00:40:51 +00:00
R. Ryantm
d4c147cb97 yandex-music: 5.15.0 -> 5.18.2 2024-09-22 23:26:18 +00:00
R. Ryantm
6ae535b3a6 astartectl: 24.5.0 -> 24.5.2 2024-09-22 23:26:00 +00:00
Stanisław Pitucha
122d20b8ba
yubico-piv-tool: 2.6.0 -> 2.6.1 (#341631) 2024-09-23 09:25:10 +10:00
nixpkgs-merge-bot[bot]
8eb04890bf
doublecmd: 1.1.17 -> 1.1.18 (#343627) 2024-09-22 22:52:00 +00:00
nixpkgs-merge-bot[bot]
a34f54aa6c
openmsx: 19.1 -> 20_0 (#343741) 2024-09-22 22:51:07 +00:00
nixpkgs-merge-bot[bot]
dfe6785b33
nwg-drawer: 0.4.9 -> 0.5.0 (#343737) 2024-09-22 22:19:58 +00:00
h7x4
3872fa9814
iwqr: init at 0.1.1 2024-09-22 23:45:50 +02:00
h7x4
6b1eea3bf3
fastfetch: 2.24.0 -> 2.25.0 (#342946) 2024-09-22 23:30:25 +02:00
R. Ryantm
100eefb99c dopamine: 3.0.0-preview.33 -> 3.0.0-preview.34 2024-09-22 21:25:50 +00:00
7c6f434c
6cf7a12ba4
openscad-unstable: 2024-08-17 -> 2024-09-22 (#343154) 2024-09-22 21:00:57 +00:00
Weijia Wang
f8a6fd59dc
stylelint: move to by-name and modernize derivation (#343730) 2024-09-22 22:32:34 +02:00
Pol Dellaiera
f9d0bb0d6c
dynamips: migrate to pkgs/by-name, format with nixfmt-rfc-style (#343777) 2024-09-22 22:30:31 +02:00
Pol Dellaiera
cd80d12600
plantuml: 1.2024.5 -> 1.2024.7 (#343735) 2024-09-22 22:08:48 +02:00
Pol Dellaiera
1507cb7806
aider-chat: 0.56.0 -> 0.57.0 (#343759) 2024-09-22 22:07:10 +02:00
Masum Reza
93a89bafe5
xdg-desktop-portal-hyprland: 1.3.3 -> 1.3.5; hyprutils: 0.2.1 -> 0.2.2 (#343764) 2024-09-23 01:32:19 +05:30
R. Ryantm
4324cd5e8e pixelorama: 1.0.2 -> 1.0.3 2024-09-22 19:16:51 +00:00
Matthieu Coudron
57bbd52af5
packages luarocks updater as pyproject package (#343584)
* luarocks-packages-updater: convert into pyproject package

* pluginupdate: move to its own folder

so we can copy just the folder when using this as a module

* luarocks-packages-updater: adress review
2024-09-22 21:15:41 +02:00
R. Ryantm
bcb2ba85b2 autosuspend: 7.0.0 -> 7.0.1 2024-09-22 19:14:44 +00:00
Henner Zeller
ec4de830a0 openscad-unstable: 2024-08-17 -> 2024-09-22 2024-09-22 11:44:20 -07:00
Anthony ROUSSEL
b595c270db dynamips: add anthonyroussel to maintainers 2024-09-22 20:29:31 +02:00
Henner Zeller
a4022f8c22 openscad-unstable: 2024-08-17 -> 2024-09-19 2024-09-22 11:25:34 -07:00
Anthony ROUSSEL
020dfe613d dynamips: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-22 20:25:27 +02:00
Weijia Wang
84b1d4e0a9
manifold: 2.5.1-unstable-2024-09-06 -> 2.5.1-unstable-2024-09-15 (#342211) 2024-09-22 20:13:44 +02:00
John Titor
22d8492295
google-chrome: 128.0.6613.138 -> 129.0.6668.59 (Darwin)
update script works now, yay!
2024-09-22 23:19:54 +05:30
John Titor
bc4914bcf1
google-chrome: fix update script
Chrome uses partial rollout for Darwin and Windows

This is represented by `fractionGroup` and `fraction`.

0.25 means 25% of users, 0.5 means 50% of users and so on.

Partial rollouts aren't done on linux, and so `fraction` and `fractionalGroup` is always 1 for it.

Here we add some additional parameters to chrome version history api endpoint, to get the latest version, sort the versions in descending order.

These parameters are redundant on Linux but kept anyway.

See https://github.com/NixOS/nixpkgs/pull/343552#issuecomment-2366799267
Docs: https://developer.chrome.com/docs/web-platform/versionhistory/reference#filter
2024-09-22 23:19:09 +05:30
Nikolay Korotkiy
dba001b2ed
pmtiles: 1.21.0 -> 1.22.0 (#343665) 2024-09-22 21:33:47 +04:00
nixpkgs-merge-bot[bot]
9c0af0e544
xtf: 0-unstable-2024-08-30 -> 0-unstable-2024-09-13 (#343611) 2024-09-22 17:11:22 +00:00
Nikolay Korotkiy
6b30a73924
fittrackee: 0.8.8 → 0.8.9 (#343614) 2024-09-22 21:01:04 +04:00
Leona Maroni
761ae3237c
dependency-track: init at 4.11.6 (#328669) 2024-09-22 18:49:11 +02:00
happysalada
38a2fd5a02 aider-chat: 0.56.0 -> 0.57.0 2024-09-22 12:30:53 -04:00
John Titor
f00be3d97b
hyprutils: 0.2.1 -> 0.2.2 2024-09-22 21:56:31 +05:30
Aleksana
c57e54a42f
pipet: init at 0.2.1 (#343724) 2024-09-23 00:14:00 +08:00
lgbishop
54bc6d21e5 wl-gammarelay-applet: init at 0.1.4
Fix code style of package.nix using nixfmt

Fix description punctuation

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>

Fix longDescription line length

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>

Remove unnecessary rec

Simplify buildInputs

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>

Replace postFixup with runtimeDependencies

Removed postFixup
Added wayland, libxkbcommon, fontconfig.lib to runtimeDependencies
Added autoPatchelfHook to nativeBuildInputs (and input)
Added stdenv.cc.cc.lib to buildInputs (needed by autoPatchelfHook)
Removed fontconfig from buildInputs

Replace cargoLock with cargoHash

Delete Cargo.lock

wl-gammarelay-applet: init at 0.1.4
2024-09-23 01:47:38 +10:00
Emily
2e00bfd393
nixos: remove environment.noXlibs (#341717) 2024-09-22 16:25:00 +01:00
Aleksana
83b4bfbb0c
actionlint: moved to by-name and modernized derivation (#343682) 2024-09-22 23:23:46 +08:00
Aleksana
360425ea16
snyk: move to by-name and modernize derivation (#343726) 2024-09-22 23:22:56 +08:00
Aleksana
32dde58079
algolia-cli: move to by-name and modernize derivation (#343678) 2024-09-22 23:22:29 +08:00
Aleksana
7054eef001
smatch: move to by-name and modernize derivation (#343686) 2024-09-22 23:22:02 +08:00
Nikolay Korotkiy
3bf7e02a7d
fittrackee: 0.8.8 → 0.8.9 2024-09-22 19:20:01 +04:00
Pol Dellaiera
f7a93ed087
ruff: 0.6.6 -> 0.6.7 (#343697) 2024-09-22 17:12:35 +02:00
Anderson Torres
62030f7bdd previewqt: adopt and modernize
- finalAttrs
- strictDeps
2024-09-22 12:09:34 -03:00
R. Ryantm
c6568aadde openmsx: 19.1 -> 20_0 2024-09-22 14:59:52 +00:00
Nick Cao
0aa05c9d05
crossplane-cli: 1.16.1 -> 1.17.1 (#343465) 2024-09-22 10:51:18 -04:00
Anthony ROUSSEL
cb8c920de8 plantuml-server: add anthonyroussel to maintainers 2024-09-22 16:46:06 +02:00
Anthony ROUSSEL
8078f7fda8 plantuml-server: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-22 16:46:06 +02:00
Anthony ROUSSEL
3ad1fa85df plantuml: add anthonyroussel to maintainers 2024-09-22 16:46:06 +02:00
Anthony ROUSSEL
ba1883b14b plantuml: add passthru.tests.version 2024-09-22 16:46:05 +02:00
Anthony ROUSSEL
0c102fdf95 plantuml: 1.2024.5 -> 1.2024.7 2024-09-22 16:46:05 +02:00
Anthony ROUSSEL
3c083ed52f plantuml: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-22 16:46:05 +02:00
Anthony ROUSSEL
00b7f08db7 plantuml-c4: add anthonyroussel to maintainers 2024-09-22 16:46:04 +02:00
Anthony ROUSSEL
5483308d33 plantuml-c4: 2.8.0 -> 2.10.0
https://github.com/plantuml-stdlib/C4-PlantUML/releases/tag/v2.10.0
https://github.com/plantuml-stdlib/C4-PlantUML/compare/v2.8.0...v2.10.0

https://github.com/tupadr3/plantuml-icon-font-sprites/releases/tag/v3.0.0
fa3f885dbd...v3.0.0
2024-09-22 16:46:04 +02:00
R. Ryantm
d3642bbe6c nwg-drawer: 0.4.9 -> 0.5.0 2024-09-22 14:45:33 +00:00
Yo'av Moshe
7c408281af pipet: init at 0.2.1 2024-09-22 16:39:51 +02:00
Alexander Sieg
3b04bffbd5
nixos/dependency-track: add nixos test 2024-09-22 16:38:45 +02:00
Alexander Sieg
dea223928f
dependency-track: init at 4.11.7 2024-09-22 16:38:42 +02:00
Aleksana
86a7d3d24e
wstunnel: fix darwin build (#341206) 2024-09-22 22:35:12 +08:00
Emily
3b5f32c447
python312Packages.blessings: drop (#336152) 2024-09-22 15:25:12 +01:00
Nick Cao
f700ff0cd0
jan: 0.5.3 -> 0.5.4 (#343680) 2024-09-22 10:24:27 -04:00
Mutsuha Asada
7c84974f5b
stylelint: move to by-name 2024-09-22 23:18:40 +09:00
Aleksana
75993f9da7
wireguard-ui: init at 0.6.2 (#340662) 2024-09-22 22:15:29 +08:00
Anthony ROUSSEL
775c4ad439 plantuml-c4: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-22 16:10:59 +02:00
Nick Cao
2aeef78d3b
hyprwayland-scanner: 0.4.0 -> 0.4.2 (#343693) 2024-09-22 09:59:01 -04:00
Yt
388580a21f
stalwart-mail: 0.9.4 -> 0.10.0 (#343677) 2024-09-22 09:56:55 -04:00
Nick Cao
7ef1eb9321
halo: 2.19.2 -> 2.19.3 (#343619) 2024-09-22 09:55:40 -04:00
Mutsuha Asada
6a8ee1c9f9
snyk: move to by-name 2024-09-22 22:53:26 +09:00
nixpkgs-merge-bot[bot]
3050a12e76
renovate: 38.73.5 -> 38.93.1 (#343711) 2024-09-22 13:47:11 +00:00
Nick Cao
2d1e9d38bc
dotenvx: 1.14.0 -> 1.14.1 (#343644) 2024-09-22 09:43:53 -04:00
Nick Cao
cb97c90857
dumbpipe: 0.16.0 -> 0.17.0 (#343602) 2024-09-22 09:40:53 -04:00
Nick Cao
65e4c13d74
capslock: 0.2.4 -> 0.2.5 (#343607) 2024-09-22 09:37:51 -04:00
Mutsuha Asada
75901da793
smatch: move to by-name 2024-09-22 22:21:39 +09:00
R. Ryantm
712b3d7c8c renovate: 38.73.5 -> 38.93.1 2024-09-22 12:20:00 +00:00
Nikolay Korotkiy
14b0b5a45e
chirp: 0.4.0-unstable-2024-09-05 -> 0.4.0-unstable-2024-09-19 (#343231) 2024-09-22 15:33:18 +04:00
nixpkgs-merge-bot[bot]
cbb484b12a
wit-bindgen: 0.31.0 -> 0.32.0 (#343688) 2024-09-22 11:32:02 +00:00
Aleksana
533ef51d31
heptabase: 1.37.0 -> 1.39.0 (#343148) 2024-09-22 19:11:42 +08:00
Aleksana
0af73a7a28
gen-license: 0.1.2 -> 0.1.4 (#321190) 2024-09-22 19:05:42 +08:00
Aleksana
60c4724818
rosa: 1.2.43 -> 1.2.45 (#343010) 2024-09-22 19:03:42 +08:00
Aleksana
6cb2cd1a99
siyuan: 3.1.0 -> 3.1.6 (#343124) 2024-09-22 19:01:45 +08:00
Aleksana
33e82aab99
sng: 1.1.0 -> 1.1.1 (#342809) 2024-09-22 19:00:45 +08:00
Nikolay Korotkiy
d475976199
sloth-app: 3.2 -> 3.3 (#343509) 2024-09-22 15:00:13 +04:00
Alexander Sieg
0211e5ea2a
mavenBuildPackage: add afterDepsSetup 2024-09-22 12:59:34 +02:00
pinage404
011eee0c55 maestro: 1.37.9 -> 1.38.1 2024-09-22 12:55:28 +02:00
pinage404
d0f192a583 maestro: add script to auto update to the latest stable version
use the following comamnd to update

```sh
nix-update --use-update-script maestro
```
2024-09-22 12:55:28 +02:00
pinage404
a620edff97 maestro: refactor prefer finalAttrs instead of rec
maestro: add metadata
2024-09-22 12:55:23 +02:00
Fabian Affolter
364a8c30fd onthespot: format with nixfmt 2024-09-22 12:55:09 +02:00
Fabian Affolter
6c1e1d053c onthespot: add async-timeout 2024-09-22 12:54:16 +02:00
nixpkgs-merge-bot[bot]
3a91b77bd1
mozcdic-ut-jawiki: 0-unstable-2024-08-23 -> 0-unstable-2024-09-21 (#343674) 2024-09-22 10:44:07 +00:00
nixpkgs-merge-bot[bot]
3deff5fc6e
jp-zip-codes: 0-unstable-2024-08-01 -> 0-unstable-2024-09-01 (#343673) 2024-09-22 10:43:33 +00:00
nixpkgs-merge-bot[bot]
26f917466b
merge-ut-dictionaries: 0-unstable-2024-08-28 -> 0-unstable-2024-09-09 (#343672) 2024-09-22 10:42:03 +00:00
nixpkgs-merge-bot[bot]
c3872fd77f
mozcdic-ut-place-names: 0-unstable-2024-08-06 -> 0-unstable-2024-09-03 (#343670) 2024-09-22 10:41:23 +00:00
nixpkgs-merge-bot[bot]
4d4b49b2fa
mozcdic-ut-personal-names: 0-unstable-2024-08-06 -> 0-unstable-2024-09-21 (#343669) 2024-09-22 10:41:01 +00:00
R. Ryantm
6fc8ce2fc2 hyprwayland-scanner: 0.4.0 -> 0.4.2 2024-09-22 10:23:17 +00:00
Gaetan Lepage
5b6c4e972b ruff: 0.6.6 -> 0.6.7
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.6...0.6.7

Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.7
2024-09-22 12:23:15 +02:00
Alexander Sieg
c350420114
stalwart-mail: 0.9.4 -> 0.10.0
Diff: https://github.com/stalwartlabs/mail-server/compare/refs/tags/v0.9.4...v0.10.0

Changelog: https://github.com/stalwartlabs/mail-server/blob/0.10.0/CHANGELOG
2024-09-22 12:17:53 +02:00
Weijia Wang
3f423168c9
sarasa-gothic: 1.0.20 -> 1.0.21 (#343639) 2024-09-22 12:09:24 +02:00
Weijia Wang
84cd38f778
globalprotect-openconnect: add core logic and packages for 2.x releases (#316526) 2024-09-22 12:07:33 +02:00
nixpkgs-merge-bot[bot]
8352b42ac1
mpris-notifier: 0.1.9 -> 0.1.10 (#343663) 2024-09-22 10:02:31 +00:00
R. Ryantm
541ef55772 wit-bindgen: 0.31.0 -> 0.32.0 2024-09-22 09:39:17 +00:00
Mutsuha Asada
f38d6171c9
actionlint: moved to by-name and modernized derivation
- Removed `rec`
- Formatted via nixfmt-rfc-style
- Removed `with lib;`
2024-09-22 18:13:43 +09:00
R. Ryantm
4e843f18b2 jan: 0.5.3 -> 0.5.4 2024-09-22 09:05:18 +00:00
Aleksana
cc2c0e99a2
upsun: 5.0.16 -> 5.0.21; add updateScript (#331473) 2024-09-22 17:04:40 +08:00
Aleksana
d5909a6e26
verible: 0.0.3747 -> 0.0.3791 (#342826) 2024-09-22 17:03:18 +08:00
Mutsuha Asada
81e6fd8126
algolia-cli: move to by-name and modernize derivation
- Removed `with lib;`
- Formatted via nixfmt
- Removed `rec`
2024-09-22 18:01:53 +09:00
Aleksana
fc4e316518
flatpak: use $TZDIR for zoneinfo (#343590) 2024-09-22 16:56:43 +08:00
Aleksana
dbe30a84de
sums: init at 0.11 (#340781) 2024-09-22 16:47:02 +08:00
R. Ryantm
87be1ce3af mozcdic-ut-jawiki: 0-unstable-2024-08-23 -> 0-unstable-2024-09-21 2024-09-22 08:44:10 +00:00
nixpkgs-merge-bot[bot]
e0cefd842a
n8n: 1.57.0 -> 1.60.1 (#343621) 2024-09-22 08:35:14 +00:00
R. Ryantm
18fd9966aa jp-zip-codes: 0-unstable-2024-08-01 -> 0-unstable-2024-09-01 2024-09-22 08:27:04 +00:00
R. Ryantm
b9c8f97f7d merge-ut-dictionaries: 0-unstable-2024-08-28 -> 0-unstable-2024-09-09 2024-09-22 08:23:29 +00:00
nixpkgs-merge-bot[bot]
9628228867
vencord: 1.10.1 -> 1.10.2 (#343422) 2024-09-22 08:19:00 +00:00
Aleksana
2b1e7dc2ee
alpaca: 1.1.1 -> 2.0.3 (#343654) 2024-09-22 16:14:08 +08:00
R. Ryantm
c330a6a304 mozcdic-ut-place-names: 0-unstable-2024-08-06 -> 0-unstable-2024-09-03 2024-09-22 08:13:35 +00:00
Jon Seager
04437e42b7
google-chrome: 128.0.6613.137 -> 129.0.6668.58 (#343552) 2024-09-22 09:13:25 +01:00
R. Ryantm
929524ca8d mozcdic-ut-personal-names: 0-unstable-2024-08-06 -> 0-unstable-2024-09-21 2024-09-22 08:12:13 +00:00
R. Ryantm
e2e1502156 pmtiles: 1.21.0 -> 1.22.0 2024-09-22 07:54:41 +00:00
R. Ryantm
d02e336f95 mpris-notifier: 0.1.9 -> 0.1.10 2024-09-22 07:43:00 +00:00
Pol Dellaiera
dcf2ba8faf
home-manager: 0-unstable-2024-09-09 -> 0-unstable-2024-09-21 (#343628) 2024-09-22 09:41:51 +02:00
nixpkgs-merge-bot[bot]
a6ef7c845e
narsil: 1.3.0-85-g68f1491ca -> 1.3.0-187-g96d6b3bbd (#343601) 2024-09-22 07:19:36 +00:00
aleksana
79286fd9a4 alpaca: 1.1.1 -> 2.0.3 2024-09-22 14:31:46 +08:00
Guanran Wang
4b0564d94a
redlib: 0.35.1 -> 0.35.1-unstable-2024-09-22 2024-09-22 12:47:10 +08:00
R. Ryantm
78eb428c85 dotenvx: 1.14.0 -> 1.14.1 2024-09-22 03:25:28 +00:00
Mathew Polzin
db2ef880ce
cdecl: 18.3 -> 18.4.1 (#341836) 2024-09-21 21:49:06 -05:00
Robert Schütz
e537b1502b
raffi: 0.4.0 -> 0.5.1 (#342392) 2024-09-21 19:46:58 -07:00
R. Ryantm
5786a5c1d5 sarasa-gothic: 1.0.20 -> 1.0.21 2024-09-22 02:39:47 +00:00
Aleksana
942325de59
byedpi: 0.13.1 -> 0.14.1 (#343586) 2024-09-22 10:17:04 +08:00
Aleksana
38c635031f
yabai: 7.1.2 -> 7.1.3 (#343420) 2024-09-22 10:16:45 +08:00
Robert Schütz
26bfa2c7f2 nbqa: update dependencies 2024-09-21 18:51:56 -07:00
Aleksana
d95254c8a0
tsukimi: init at 0.12.2 (#343517) 2024-09-22 09:35:26 +08:00
merrkry
e0b9f52b94 tsukimi: init at 0.12.2 2024-09-22 09:16:06 +08:00
nixpkgs-merge-bot[bot]
5ff4f7bb88
motoc: 0.2.0 -> 0.3.1 (#343610) 2024-09-22 00:59:18 +00:00
R. Ryantm
c770afe788 home-manager: 0-unstable-2024-09-09 -> 0-unstable-2024-09-21 2024-09-22 00:47:15 +00:00
R. Ryantm
03a0ef64ea doublecmd: 1.1.17 -> 1.1.18 2024-09-22 00:45:34 +00:00
R. Ryantm
3f954af976 dpp: 10.0.30 -> 10.0.31 2024-09-22 00:44:07 +00:00
R. Ryantm
3eddf6b8a4 n8n: 1.57.0 -> 1.60.1 2024-09-22 00:24:17 +00:00
R. Ryantm
7e8a90813c halo: 2.19.2 -> 2.19.3 2024-09-21 23:53:36 +00:00
h7x4
f21ae37d3d
clash-verge: remove (#342557) 2024-09-22 01:41:17 +02:00
Nick Cao
4eddf778d0
pwru: 1.0.7 -> 1.0.8 (#342856) 2024-09-21 19:36:26 -04:00
nixpkgs-merge-bot[bot]
56feecc0ed
melonDS: 0.9.5-unstable-2024-09-06 -> 0.9.5-unstable-2024-09-18 (#343554) 2024-09-21 23:32:45 +00:00
R. Ryantm
320b9a1386 xtf: 0-unstable-2024-08-30 -> 0-unstable-2024-09-13 2024-09-21 22:59:05 +00:00
R. Ryantm
787c4048e2 motoc: 0.2.0 -> 0.3.1 2024-09-21 22:57:22 +00:00
R. Ryantm
31982d2430 capslock: 0.2.4 -> 0.2.5 2024-09-21 22:49:43 +00:00
R. Ryantm
4951e27030 dumbpipe: 0.16.0 -> 0.17.0 2024-09-21 22:36:48 +00:00
R. Ryantm
c06b6b1334 narsil: 1.3.0-85-g68f1491ca -> 1.3.0-187-g96d6b3bbd 2024-09-21 22:31:35 +00:00
seth
801d1d4450
flatpak: use $TZDIR for zoneinfo
Fixes #238386
2024-09-21 17:45:02 -04:00
ch4og
df39685ff9 byedpi: 0.13.1 -> 0.14.1 2024-09-22 00:34:29 +03:00
Nick Cao
b1b7d7f3c5
aldente: 1.28.2 -> 1.28.4 (#343497) 2024-09-21 17:21:57 -04:00
nixpkgs-merge-bot[bot]
486a516067
envision-unwrapped: 0-unstable-2024-09-09 -> 0-unstable-2024-09-21 (#343561) 2024-09-21 21:01:02 +00:00
R. Ryantm
ea736101cd shotcut: 24.08.29 -> 24.09.13 2024-09-21 20:01:59 +00:00
R. Ryantm
6c666cd5de envision-unwrapped: 0-unstable-2024-09-09 -> 0-unstable-2024-09-21 2024-09-21 19:59:12 +00:00
R. Ryantm
1011fb0270 terraform-local: 0.19.0 -> 0.20.0 2024-09-21 19:57:41 +00:00
Maximilian Bosch
757af60317
Merge: sway-audio-idle-inhibit: unstable-2023-08-09 -> 0.1.2 (#343530) 2024-09-21 21:51:23 +02:00
Nate Smith
1e2b6ae028
tigerbeetle: 0.15.5 -> 0.16.2 (#342844)
* maintainers: add nwjsmith

* tigerbeetle: 0.15.5 -> 0.16.2
2024-09-21 12:42:51 -07:00
R. Ryantm
008e81ca42 melonDS: 0.9.5-unstable-2024-09-06 -> 0.9.5-unstable-2024-09-18 2024-09-21 19:19:16 +00:00
John Titor
0c6b57f796
google-chrome: 128.0.6613.137 -> 129.0.6668.58 2024-09-22 00:36:27 +05:30
Masum Reza
e677e7056c
waybar: include the systemd user unit (#340874) 2024-09-22 00:29:40 +05:30
Masum Reza
431a08b8df
roddhjav-apparmor-rules: 0-unstable-2024-09-08 -> 0-unstable-2024-09-19 (#343232) 2024-09-22 00:25:03 +05:30
h7x4
9a0f009815
ibus-engines.mozc-ut: init at 2.30.5544.102 (#314248) 2024-09-21 20:18:30 +02:00
Rahul Rameshbabu
156fe9a898
globalprotect-openconnect: add core logic and packages for 2.x releases
The GUI of GlobalProtect-openconnect is unfree software, while the CLI is
licensed as GPLv3-only. This packaging work focuses on the CLI, and
components required for the CLI.

Link: https://github.com/yuezk/GlobalProtect-openconnect
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
2024-09-21 10:36:31 -07:00
Jörg Thalheim
ffba6051f4
ladybird: 0-unstable-2024-09-08 -> 0-unstable-2024-09-21 (and skia) (#343535) 2024-09-21 19:17:18 +02:00
Nikolay Korotkiy
c4163ec5d1
tippecanoe: 2.62.2 -> 2.62.3 (#343500) 2024-09-21 20:12:33 +04:00
Nikolay Korotkiy
54f5fb9fa2
osm2pgsql: 1.11.0 → 2.0.0 (#343055) 2024-09-21 20:09:19 +04:00
Francesco Gazzetta
af46c5cc90 skia: 124-unstable-2024-05-22 -> 129-unstable-2024-09-18 2024-09-21 18:07:05 +02:00
Peder Bergebakken Sundt
636c5a8db5
termsonic: 0-unstable-2024-02-02 -> 0-unstable-2024-09-15 (#342096) 2024-09-21 17:41:24 +02:00
Weijia Wang
1b1e09e8d3
zutty: init at 0.16-unstable-2024-08-18 (#336255) 2024-09-21 17:36:18 +02:00
Yt
29768748c8
onlyoffice-bin: 8.1.0 -> 8.1.1; rename to onlyoffice-desktopeditors (#343213) 2024-09-21 10:50:46 -04:00
nixpkgs-merge-bot[bot]
f28e9e6aad
openfga: 1.6.0 -> 1.6.1 (#342758) 2024-09-21 14:43:17 +00:00
Maximilian Bosch
4340742efd
sway-audio-idle-inhibit: unstable-2023-08-09 -> 0.1.2
ChangeLog: https://github.com/ErikReider/SwayAudioIdleInhibit/releases/tag/v0.1.2
2024-09-21 16:39:22 +02:00
zendo
fe0d4615fe clash-verge: remove 2024-09-21 22:31:17 +08:00
nixpkgs-merge-bot[bot]
dc328da31e
hextazy: 0.6 -> 0.7 (#343177) 2024-09-21 14:21:20 +00:00
Dimitar Nestorov
2aee66095c
sloth-app: 3.2 -> 3.3 2024-09-21 17:09:28 +03:00
Nick Cao
106549229f
s3scanner: 3.1.0 -> 3.1.1 (#343452) 2024-09-21 09:57:10 -04:00
Aleksana
0d9bcd0871
hoppscotch: fix meta.changelog (#343315) 2024-09-21 21:52:33 +08:00
Aleksana
871d4cd463
sieve-editor-gui: init at 0.6.1 (#337931) 2024-09-21 21:43:42 +08:00
Nick Cao
1862618cb7
rasm: 2.2.6 -> 2.2.7 (#343370) 2024-09-21 09:27:40 -04:00
Augustin Trancart
790e9c6e7b tippecanoe: 2.62.2 -> 2.62.3 2024-09-21 15:26:17 +02:00
Nick Cao
1866b9ac86
cirrus-cli: 0.126.0 -> 0.126.1 (#343396) 2024-09-21 09:19:54 -04:00
R. Ryantm
d1af071bc9 misconfig-mapper: 1.8.4 -> 1.9.0 2024-09-21 13:18:59 +00:00
Nick Cao
c3987acd59
prometheus-elasticsearch-exporter: 1.7.0 -> 1.8.0 (#343327) 2024-09-21 09:17:47 -04:00
Dimitar Nestorov
61348a945b
aldente: 1.28.2 -> 1.28.4 2024-09-21 16:15:07 +03:00
Nick Cao
0f0a245e7f
hyprland-activewindow: 1.0.3 -> 1.0.4 (#343285) 2024-09-21 09:11:19 -04:00
Nick Cao
ee301a0ed3
arc-browser: 1.58.1-53264 -> 1.61.0-53949 (#343302) 2024-09-21 09:08:32 -04:00
Nick Cao
ce23317a21
stackit-cli: 0.15.0 -> 0.16.0 (#343242) 2024-09-21 09:02:31 -04:00
Jörg Thalheim
03c0a80f39
disko: depend on nixos-install directly (#342320) 2024-09-21 14:42:58 +02:00
Brendan Golden
110d71aa98
sieve-editor-gui: init at 0.6.1
A GUI sieve script editor that integrates with Thunderbird.
Previously it used to be a plugin for Thunderbird but got split off into its own thing, partly because plugin support waned in thunderbird as well as to make it better cross platform compatible.
2024-09-21 13:20:07 +01:00
José Romildo Malaquias
e4c25fa274
labwc-menu-generator: 0.1.0-unstable-2024-07-09 -> 0.1.0-unstable-2024-09-19 (#343475) 2024-09-21 08:56:07 -03:00
R. Ryantm
0bb32ac5ae labwc-menu-generator: 0.1.0-unstable-2024-07-09 -> 0.1.0-unstable-2024-09-19 2024-09-21 10:42:28 +00:00
R. Ryantm
728126dcd1 renode-dts2repl: 0-unstable-2024-09-05 -> 0-unstable-2024-09-20 2024-09-21 10:01:26 +00:00
R. Ryantm
b57bf2549d crossplane-cli: 1.16.1 -> 1.17.1 2024-09-21 08:59:49 +00:00
R. Ryantm
a50a0a046a s3scanner: 3.1.0 -> 3.1.1 2024-09-21 08:05:48 +00:00
R. Ryantm
33825c7ae7 quarkus: 3.14.2 -> 3.14.4 2024-09-21 07:52:44 +00:00
nixpkgs-merge-bot[bot]
8343d846ef
overskride: 0.5.7 -> 0.6.0 (#343399) 2024-09-21 07:01:08 +00:00
nixpkgs-merge-bot[bot]
8615b38d08
weaver: 0.9.2 -> 0.10.0 (#343416) 2024-09-21 06:59:37 +00:00
OTABI Tomoya
d9edcd5872
era: init at 0.1.3 (#341981) 2024-09-21 15:21:26 +09:00
OTABI Tomoya
d7338faaa2
parallel-hashmap: 1.3.12 -> 1.4.0 (#343400) 2024-09-21 14:39:57 +09:00
Leona Maroni
58cc2f3abf
vikunja: 0.24.1 -> 0.24.3 (#343280) 2024-09-21 06:47:58 +02:00
Robert Schütz
9268fa8d9a
bitwarden-cli: 2024.8.2 -> 2024.9.0 (#343092) 2024-09-20 21:24:23 -07:00
R. Ryantm
7be9dd1366 vencord: 1.10.1 -> 1.10.2 2024-09-21 04:19:55 +00:00
h0hmj
1aff7e7650 yabai: 7.1.2 -> 7.1.3 2024-09-21 12:05:53 +08:00
R. Ryantm
3ac00ab2f1 weaver: 0.9.2 -> 0.10.0 2024-09-21 03:07:22 +00:00
Aleksana
b463ad5880
code-cursor: 0.40.0 -> 0.41.1 (#343360) 2024-09-21 09:58:02 +08:00
R. Ryantm
c95656bd7e parallel-hashmap: 1.3.12 -> 1.4.0 2024-09-21 01:40:09 +00:00
R. Ryantm
2e5d14f50f overskride: 0.5.7 -> 0.6.0 2024-09-21 01:39:58 +00:00
Aleksana
d203fb0f3e
lianad: init at 6.0 (#323696) 2024-09-21 09:22:45 +08:00
R. Ryantm
82ec791318 cirrus-cli: 0.126.0 -> 0.126.1 2024-09-21 01:20:40 +00:00
Aleksana
17bcadc34a
granian: init at 1.5.2 (#337746) 2024-09-21 08:44:06 +08:00
Aleksana
c927767a21
klong: init at 20221212 (#341279) 2024-09-21 08:43:07 +08:00
Adam C. Stephens
72a8438dc5
ollama: 0.3.10 -> 0.3.11 (#343033) 2024-09-20 19:20:25 -04:00
Nick Cao
13325632bf
dotter: 0.13.2-unstable-2024-08-02 -> 0.13.3 (#335357) 2024-09-20 18:39:13 -04:00
Nick Cao
a1d92660c6
hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20 (#338902) 2024-09-20 18:35:44 -04:00
casaca
9e4efdd76b klong: init at 20221212 2024-09-20 22:28:43 +00:00
Peder Bergebakken Sundt
3f1b89fcee
nrfutil: 7.11.1 -> 7.13.0 (#343227)
undefined
2024-09-21 00:20:58 +02:00
Nick Cao
0323d94d30
nix-update: 1.5.1 -> 1.5.2 (#343061) 2024-09-20 18:14:55 -04:00
Nick Cao
33c30f421a
goofcord: 1.6.0 -> 1.7.0 (#343053) 2024-09-20 18:13:57 -04:00
Nick Cao
b6c57d2e51
pegtl: 3.2.7 -> 3.2.8 (#343048) 2024-09-20 18:13:40 -04:00
Sarah Clark
619e9e200c
diagrams-as-code: fix build failure due to pyyaml constraint (#343308)
python312.diagrams-as-code: fix build failure due to pyaml constraint

Co-authored-by: sarahec <sarahec@nextquestion.net>
2024-09-21 00:09:35 +02:00
Nick Cao
9e623056e7
showmethekey: 1.13.1 -> 1.14.0 (#343341) 2024-09-20 18:01:58 -04:00
Nick Cao
ab4cfbe160
hyprland-workspaces: 2.0.1 -> 2.0.2 (#343313) 2024-09-20 17:59:42 -04:00
Nick Cao
4d294cdab4
mesonlsp: 4.3.4 -> 4.3.5 (#343257) 2024-09-20 17:58:24 -04:00
R. Ryantm
74437ce964 rasm: 2.2.6 -> 2.2.7 2024-09-20 21:55:13 +00:00
Adam C. Stephens
01792dc9e9
envoy: 1.31.1 -> 1.31.2 (#343260) 2024-09-20 17:51:51 -04:00
Masum Reza
ae9ac7d110
warp-terminal: 0.2024.09.10.08.02.stable_01 -> 0.2024.09.17.08.02.stable_01 (#343244) 2024-09-21 03:20:15 +05:30
sarahec
1bbe1fee60 code-cursor: 0.40.0 -> 0.41.1 2024-09-20 14:42:28 -07:00
Nick Cao
5dcb09c282
glance: 0.6.0 -> 0.6.1 (#343214) 2024-09-20 17:26:34 -04:00
Nick Cao
880395c34d
hugo: 0.134.2 -> 0.134.3 (#343219) 2024-09-20 17:25:41 -04:00
Nick Cao
924c424178
picom-pijulius: 8.2-unstable-2024-09-08 -> 8.2-unstable-2024-09-14 (#343220) 2024-09-20 17:24:50 -04:00
Florian Klink
2fad7c1255
geesefs: 0.41.2 -> 0.41.3 (#343314) 2024-09-20 23:08:55 +03:00
nixpkgs-merge-bot[bot]
a398b0851a
githooks: 3.0.2 -> 3.0.3 (#343311) 2024-09-20 20:07:10 +00:00
R. Ryantm
00347a54a7 showmethekey: 1.13.1 -> 1.14.0 2024-09-20 20:04:48 +00:00
Peder Bergebakken Sundt
00cc352311 hoppscotch: fix meta.changelog 2024-09-20 21:09:48 +02:00
R. Ryantm
1bef943736 prometheus-elasticsearch-exporter: 1.7.0 -> 1.8.0 2024-09-20 18:23:44 +00:00
nixpkgs-merge-bot[bot]
9fc6ead618
disko: 1.7.0 -> 1.8.0 (#343275) 2024-09-20 17:58:47 +00:00
R. Ryantm
2ed0caae23 geesefs: 0.41.2 -> 0.41.3 2024-09-20 17:43:03 +00:00
R. Ryantm
c602e93db6 hyprland-workspaces: 2.0.1 -> 2.0.2 2024-09-20 17:41:47 +00:00
R. Ryantm
4356222612 githooks: 3.0.2 -> 3.0.3 2024-09-20 17:30:03 +00:00
nixpkgs-merge-bot[bot]
e07ea4030c
nixos-anywhere: 1.3.0 -> 1.4.0 (#343284) 2024-09-20 17:27:47 +00:00
Quag
3115573f29 zutty: init at 0.16-unstable-2024-08-18 2024-09-20 19:24:35 +02:00
Pol Dellaiera
ce2fedc775
ruff-lsp: 0.0.56 -> 0.0.57 (#343248) 2024-09-20 19:16:24 +02:00
Jörg Thalheim
0f6ced7fef nixos-install: add meta 2024-09-20 19:04:19 +02:00
Jörg Thalheim
95d652982d nix-enter: add meta 2024-09-20 19:04:18 +02:00
Arian van Putten
599bc0348c
nix-store-veritysetup-generator: init at 0.1.0 (#343288) 2024-09-20 19:02:28 +02:00
DontEatOreo
8acb91888a
arc-browser: 1.58.1-53264 -> 1.61.0-53949
Changelog: https://arc.net/e/2ADFA60D-66AF-42A2-9775-DA1E8152D050
2024-09-20 19:49:49 +03:00
Adam C. Stephens
d6ef7833cc
lxc/incus LTS upgrades: 6.0.1 -> 6.0.2 (#343058) 2024-09-20 12:42:44 -04:00
nixpkgs-merge-bot[bot]
1d89edf78b
bruno: 1.28.0 -> 1.29.1 (#343203) 2024-09-20 16:17:03 +00:00
nixpkgs-merge-bot[bot]
5ed5730389
trealla: 2.55.41 -> 2.56.15 (#343224) 2024-09-20 15:39:59 +00:00