Commit Graph

37272 Commits

Author SHA1 Message Date
Nick Cao
626da6bdfd
Merge pull request #331402 from r-ryantm/auto-update/prometheus-consul-exporter
prometheus-consul-exporter: 0.12.0 -> 0.12.1
2024-08-03 10:42:42 -04:00
Nick Cao
1eea719c51
Merge pull request #331413 from r-ryantm/auto-update/mssql_jdbc
mssql_jdbc: 12.6.3 -> 12.8.0
2024-08-03 10:40:52 -04:00
emilylange
5d0bff94ca
laurel: fix compiling on aarch64-linux
This solves the following build error:

~~~
error: linker `aarch64-linux-gnu-gcc` not found
  |
  = note: No such file or directory (os error 2)
~~~

Which happens on aarch64-linux and armv7-linux because upstream
redirects the linker for that platform in
https://github.com/threathunters-io/laurel/blob/v0.6.3/.cargo/config.toml

Since there is nothing else besides linker redirects in there, we simply
delete the whole file.
2024-08-03 16:38:03 +02:00
R. Ryantm
30d807f937 rqlite: 8.26.7 -> 8.26.8 2024-08-03 13:31:02 +00:00
techknowlogick
e3a2f5fa37 atlassian-jira: 9.13.0 -> 9.17.1 2024-08-03 09:28:01 -04:00
techknowlogick
67311dbb04 atlassian-bamboo: 8.2.6 -> 9.6.4 2024-08-03 09:26:13 -04:00
Robert Schütz
e22a92b044
Merge pull request #331711 from Ma27/update-nc-apps
nextcloudPackages: update
2024-08-03 04:00:15 -07:00
techknowlogick
90ee91b6d6 teleport: darwin unbroken 2024-08-03 11:42:35 +02:00
Yorick
d28c354858
Merge pull request #329377 from r-ryantm/auto-update/asterisk
asterisk: 20.8.1 -> 20.9.0
2024-08-03 08:57:53 +02:00
techknowlogick
a719e3966d atlassian-confluence: 7.19.14 -> 9.0.1 2024-08-03 00:44:00 -04:00
R. Ryantm
e787df99a3 grafana-agent: 0.41.1 -> 0.42.0 2024-08-03 03:29:24 +00:00
Martin Weinelt
54aac3b3bb
Merge pull request #329278 from mweinelt/indego
python312Packages.pyindego: 3.2.1 -> 3.2.2
2024-08-03 03:57:41 +02:00
Martin Weinelt
9cb6d0342e
Merge pull request #331428 from mweinelt/nginx-vod
nginxModules.vod: 1.32 -> 1.33
2024-08-03 03:56:20 +02:00
Martin Weinelt
047daefcd0
Merge pull request #329277 from mweinelt/mass-tests
home-assistant-custom-components.mass: enable tests
2024-08-03 03:55:34 +02:00
Martin Weinelt
f10e6083ec
Merge pull request #331411 from mweinelt/fix-frigate-component-owner
home-assistant-custom-components.frigate: fix owner
2024-08-03 03:52:43 +02:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Yt
e645f7d6cd
Merge pull request #331834 from NukaDuka/mimir
mimir: added various tools
2024-08-03 00:15:33 +00:00
h7x4
f83c04d2f4
Merge pull request #330196 from qubitnano/unifi83
unifi8: 8.2.93 -> 8.3.32
2024-08-03 01:53:17 +02:00
teutat3s
ad96650f80
matrix-synapse: import tests in wrapper 2024-08-02 22:29:19 +02:00
Nick Cao
6ed146d9b9
Merge pull request #331786 from r-ryantm/auto-update/gobgpd
gobgpd: 3.28.0 -> 3.29.0
2024-08-02 15:30:23 -04:00
Kartik Gokte
31fb859666 mimir: added various tools
Added some tools which are necessary for regular cluster operation, maintenance, and disaster recovery.

These tools can be found [here](https://github.com/grafana/mimir/tree/main/tools)
2024-08-03 00:35:49 +05:30
Guillaume DELVIT
fbf4f33286
sqlpage : 0.24.0 -> 0.25.0 2024-08-02 20:04:31 +02:00
Raito Bezarius
77a4902508 pixelfed: drop raitobezarius as a maintainer
I'm not using seriously Pixelfed those days, this software is
non-trivial and the NixOS module seems to have some sharp edges.

Change-Id: Ie93df9dcb00d0a58bd5e4165e377979c489af0b0
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-08-02 16:47:09 +02:00
R. Ryantm
e263600b33 gobgpd: 3.28.0 -> 3.29.0 2024-08-02 14:24:50 +00:00
Martin Weinelt
4ccb94d239
zigbee2mqtt: 1.39.0 -> 1.39.1
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.39.1
2024-08-02 14:23:43 +02:00
Maximilian Bosch
4e0cc1ba61
nextcloudPackages: update
Forward-port of me regenerating it in #331710
2024-08-02 12:10:54 +02:00
Ivan Mincik
8c7b86356e mapserver: code formatting 2024-08-02 12:07:20 +02:00
Ivan Mincik
5ae993741d mapserver: 8.0.1 -> 8.2.1 2024-08-02 12:02:57 +02:00
Maximilian Bosch
b663d72f08
Merge pull request #331507 from dotlambda/nextcloud
nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-08-01
2024-08-02 08:04:03 +00:00
R. Ryantm
5e1a7105f5 laurel: 0.6.2 -> 0.6.3 2024-08-02 02:16:14 +00:00
Michele Guerini Rocco
80b9606f97
Merge pull request #331542 from rnhmjoj/pr-ncdns
ncdns: fix ncdns.goModules derivation, 2022-10-07 -> 2024-05-18
2024-08-02 00:38:10 +02:00
Nick Cao
5ad3cac783
Merge pull request #331446 from r-ryantm/auto-update/traefik
traefik: 3.1.0 -> 3.1.1
2024-08-01 17:55:10 -04:00
Thomas Gerbet
ac184d1a52 mysql80: 8.0.38 -> 8.0.39
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-39.html
2024-08-01 22:47:51 +02:00
rnhmjoj
632d9a851e
ncdns: 2022-10-07 -> 2024-05-18 2024-08-01 16:57:18 +02:00
Bjørn Forsman
b379c6447d deconz: 2.26.3 -> 2.27.6 2024-08-01 16:47:39 +02:00
rnhmjoj
407f9a4130
ncdns: fix ncdns.goModules derivation
It took an ungodly amount of time but I may have done it:

1. Fix the build error in ncdns.goModules due to a module rename in a
   downstream dependency

2. Add lock files to avoid the same kind of problem that already broke
   the build of ncdns.goModules.
   Note that due to the nature of the x509-compressed module the source
   code dependes on the Go stdlib, so the goModules derivation
   is still not really fully reproducible, but it comes closer.

3. Make ncdns behave more like a normal Go module and use the built-in
   phases of goBuildModule.
2024-08-01 15:57:49 +02:00
Robert Schütz
5c812046c3 nextcloud-notify_push: 0.6.12 -> 0.7.0
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.12...v0.7.0

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.7.0
2024-08-01 04:13:26 -07:00
Robert Schütz
2c1d58e90c nextcloudPackages: update
We no longer use fetchzip because nc4nix no longer unpacks the tarball
before computing the hash.
2024-08-01 04:13:25 -07:00
R. RyanTM
e809abfeea
home-assistant-custom-lovelace-modules.mushroom: 3.6.4 -> 4.0.0 (#331461)
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.0.0
2024-08-01 13:06:14 +02:00
Robert Schütz
b8a80e15e5 Revert "nextcloudPackages: Revamp package generation script"
This reverts commit 4349a61a71.
2024-08-01 03:49:12 -07:00
Robert Schütz
1ad15c918a Revert "nextcloud{28,29}Packages: improve generation script"
This reverts commit 0fde477b80.
2024-08-01 03:48:51 -07:00
R. Ryantm
78beefec04 traefik: 3.1.0 -> 3.1.1 2024-08-01 04:02:46 +00:00
Martin Weinelt
5757a3c0bb
nginxModules.vod: 1.32 -> 1.33 2024-08-01 04:16:00 +02:00
R. Ryantm
adf2d06a82 unpackerr: 0.14.0 -> 0.14.3 2024-08-01 02:04:38 +00:00
R. Ryantm
1a62464487 mssql_jdbc: 12.6.3 -> 12.8.0 2024-08-01 01:25:11 +00:00
Martin Weinelt
21e8dda86e
home-assistant-custom-components.frigate: 5.2.0 -> 5.3.0
https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v5.3.0
2024-08-01 03:16:21 +02:00
R. Ryantm
4f9ba47795 prometheus-consul-exporter: 0.12.0 -> 0.12.1 2024-08-01 00:40:54 +00:00
David McFarland
ebd3b37e6b
Merge pull request #327651 from corngood/dotnet-unpacked-packages
dotnet: use unpacked packages in store
2024-07-31 20:20:13 -03:00
Nick Cao
67cb114337
Merge pull request #331262 from r-ryantm/auto-update/dgraph
dgraph: 24.0.0 -> 24.0.1
2024-07-31 13:34:49 -04:00
Sandro
b1fc62b04f
Merge pull request #331168 from teutat3s/matrix-synapse-1.112.0 2024-07-31 14:02:14 +02:00
R. Ryantm
5b250ae99c dgraph: 24.0.0 -> 24.0.1 2024-07-31 10:58:33 +00:00
Peter Hoeg
0bab1a6d6e prometheus-smartctl-exporter: fix path to smartctl 2024-07-31 10:48:38 +02:00
zimbatm
e7d212886b beanstalkd: move to by-name 2024-07-31 09:10:35 +02:00
zimbatm
8b6aed7ed3 webfs: move to by-name 2024-07-31 09:10:29 +02:00
David McFarland
d3ca5027fa dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
Aaron Andersen
ff1ba9e846
Merge pull request #329888 from r-ryantm/auto-update/tomcat-native
tomcat-native: 2.0.7 -> 2.0.8
2024-07-30 22:26:38 -04:00
Nick Cao
2c7a4bb396
Merge pull request #331046 from r-ryantm/auto-update/weaviate
weaviate: 1.25.8 -> 1.25.9
2024-07-30 19:11:26 -04:00
Adam C. Stephens
a6dba07b71
Merge pull request #331020 from r-ryantm/auto-update/patroni
patroni: 3.3.1 -> 3.3.2
2024-07-30 18:54:24 -04:00
teutat3s
2e663d5b97
matrix-synapse: 1.111.0 -> 1.112.0
https://github.com/element-hq/synapse/releases/tag/v1.112.0
2024-07-31 00:11:58 +02:00
Nick Cao
e59521a136
Merge pull request #330970 from r-ryantm/auto-update/rustypaste
rustypaste: 0.15.0 -> 0.15.1
2024-07-30 16:45:32 -04:00
Martin Weinelt
3100b43088
Merge pull request #331114 from mweinelt/discourse-3.2.5
discourse: 3.2.4 -> 3.2.5
2024-07-30 19:21:50 +02:00
Martin Weinelt
12bf120747
discourse: update plugins 2024-07-30 18:29:13 +02:00
Martin Weinelt
326c87902e
discourse: 3.2.4 -> 3.2.5
https://meta.discourse.org/t/3-2-5-security-and-bug-fix-release/316349/1

Fixes: CVE-2024-37165, CVE-2024-39320, CVE-2024-37299
2024-07-30 18:00:12 +02:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Martin Weinelt
e4f73cb480
Merge pull request #331068 from NixOS/home-assistant
home-assistant: 2024.7.3 -> 2024.7.4
2024-07-30 14:56:40 +02:00
Martin Weinelt
0920d0062b
python312Packages.homeassistant-stubs: 2024.7.3 -> 2024.7.4
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.7.4
2024-07-30 14:54:32 +02:00
Sandro
255a6ab745
Merge pull request #330898 from RafaelKr/auto-update/mailpit 2024-07-30 14:49:55 +02:00
Sandro
6765b9c6b2
Merge pull request #330892 from RafaelKr/mailpit-update-script 2024-07-30 14:49:37 +02:00
Martin Weinelt
a9265d2416
home-assistant: 2024.7.3 -> 2024.7.4
https://github.com/home-assistant/core/releases/tag/2024.7.4
2024-07-30 13:28:22 +02:00
Ivan Mincik
a4b56f9941
Merge pull request #329855 from r-ryantm/auto-update/geoserver
geoserver: 2.25.2 -> 2.25.3
2024-07-30 09:49:56 +00:00
R. Ryantm
af6dd4a125 weaviate: 1.25.8 -> 1.25.9 2024-07-30 08:37:31 +00:00
K900
280836c70c home-assistant-custom-lovelace-modules.android-tv-card: 3.9.0 -> 3.9.2
Diff: https://github.com/Nerwyn/android-tv-card/compare/3.9.0...3.9.2
2024-07-30 10:40:16 +03:00
R. Ryantm
95199cb794 patroni: 3.3.1 -> 3.3.2 2024-07-30 06:13:22 +00:00
R. Ryantm
fd25430853 rustypaste: 0.15.0 -> 0.15.1 2024-07-30 00:33:10 +00:00
Martin Weinelt
3c82fb0526
Merge pull request #330902 from mweinelt/lovelace-upstreaming
Lovelace card upstreaming (atomic-calendar-revive, rmv-card, template-entity-row)
2024-07-30 00:32:12 +02:00
Pyrox
ca6ede4a1d
home-assistant: support ccm15 component 2024-07-29 17:41:58 -04:00
Pyrox
d84b852b66
home-assistant: support bt_home_hub_5 component 2024-07-29 17:30:04 -04:00
Martin Weinelt
7a14a916f8
Merge pull request #330929 from pyrox0/home-assistant/bang_olufsen-component
home-assistant: support bang_olufsen component
2024-07-29 22:51:46 +02:00
Pyrox
134b9f72e2
home-assistant: support bang_olufsen component 2024-07-29 16:49:09 -04:00
Pyrox
2fec1cfee8
home-assistant: support arve component 2024-07-29 16:17:08 -04:00
Wael Nasreddine
884687b1a7
Merge pull request #330633 from r-ryantm/auto-update/aerospike
aerospike: 7.1.0.3 -> 7.1.0.4
2024-07-29 11:13:15 -07:00
Martin Weinelt
976d87f553
home-assistant-custom-lovelace-modules.template-entity-row: init at 1.4.1
🔹 Display whatever you want in an entities card row.
2024-07-29 19:18:57 +02:00
Martin Weinelt
62d6e3ed9c
home-assistant-custom-lovelace-modules.rmv-card: init
Custom card for the RMV component.
2024-07-29 19:18:57 +02:00
Martin Weinelt
1737d9fa7d
home-assistant-custom-lovelace-modules.atomic-calendar-revive: init at 10.0.0
An advanced calendar card for Home Assistant Lovelace.
2024-07-29 19:18:56 +02:00
Rafael Kraut
28e14b32a8
mailpit: 1.15.1 -> 1.19.3 2024-07-29 18:58:01 +02:00
Rafael Kraut
063251a83f
mailpit: fix passthru.updateScript 2024-07-29 18:29:25 +02:00
Aleksana
56d654d41f
Merge pull request #324978 from ivan/unmaintain-two
prisma-engines, postgresqlPackages.pg_embedding: remove myself from maintainers
2024-07-29 19:36:25 +08:00
Alyssa Ross
2249b3a3a9
pr-tracker: 1.4.0 -> 1.5.0 2024-07-29 10:46:05 +02:00
K900
8109e721b7 Revert "bazarr: use libarchive instead of unar"
This reverts commit 0481587e35.

There's a bunch more places that just hardcode unar anyway,
and unar builds now...
2024-07-29 10:07:23 +03:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Yt
b92d69a41f
Merge pull request #330639 from r-ryantm/auto-update/redpanda-client
redpanda-client: 24.1.10 -> 24.1.13
2024-07-28 18:18:00 +00:00
Jörg Thalheim
8968b1abb7
Merge pull request #330232 from atorres1985-contrib/remove-viric
Treewide: remove inactive maintainer viric
2024-07-28 17:15:00 +02:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Nick Cao
a67b7c444c
Merge pull request #330482 from r-ryantm/auto-update/pocketbase
pocketbase: 0.22.17 -> 0.22.18
2024-07-28 10:04:43 -04:00
Nick Cao
9b81a3ca43
Merge pull request #330512 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.61.0 -> 1.62.0
2024-07-28 10:03:35 -04:00
R. Ryantm
f7e86daecf redpanda-client: 24.1.10 -> 24.1.13 2024-07-28 12:54:02 +00:00
R. Ryantm
6b2255a2af aerospike: 7.1.0.3 -> 7.1.0.4 2024-07-28 12:32:39 +00:00
Luke Granger-Brown
cbc5ae3b20
Merge pull request #330587 from r-ryantm/auto-update/oven-media-engine
oven-media-engine: 0.16.6 -> 0.16.8
2024-07-28 13:12:46 +01:00
Martin Weinelt
77efbd7719
Merge pull request #330618 from mweinelt/evcc-0.129.0
evcc: 0.128.4 -> 0.129.0
2024-07-28 14:09:01 +02:00
Martin Weinelt
90c7c39fd5
evcc: 0.128.4 -> 0.129.0
https://github.com/evcc-io/evcc/releases/tag/0.129.0
2024-07-28 13:14:17 +02:00
github-actions[bot]
384d08d20d
Merge master into staging-next 2024-07-28 06:01:00 +00:00
R. Ryantm
4ad90b93c9 oven-media-engine: 0.16.6 -> 0.16.8 2024-07-28 05:55:39 +00:00
Martin Weinelt
a824480582
Merge pull request #330491 from r-ryantm/auto-update/radarr
radarr: 5.7.0.8882 -> 5.8.3.8933
2024-07-28 03:20:46 +02:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
R. Ryantm
e193983e08 nats-server: 2.10.17 -> 2.10.18 2024-07-27 21:24:29 +00:00
R. Ryantm
cf1403f6b2 prometheus-redis-exporter: 1.61.0 -> 1.62.0 2024-07-27 21:11:58 +00:00
R. Ryantm
98fc87c191 radarr: 5.7.0.8882 -> 5.8.3.8933 2024-07-27 19:37:30 +00:00
R. Ryantm
541d217b50 pocketbase: 0.22.17 -> 0.22.18 2024-07-27 18:43:52 +00:00
Peder Bergebakken Sundt
f84ec28e0d
Merge pull request #329298 from mweinelt/evcc-0.128.4
evcc: 0.128.3 -> 0.128.4
2024-07-27 18:15:51 +02:00
Randy Eckenrode
ae3a87ecc3
bind: add CoreServices framework on Darwin
Fixes the following error:

    CCLD     dig
    ld: file not found: /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices for architecture arm64
    ld: file not found: /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices for architecture arm64
    clang-16: clang-16: error: error: linker command failed with exit code 1 (use -v to see invocation)linker command failed with exit code 1 (use -v to see invocation)
2024-07-27 11:43:42 -04:00
Nick Cao
8d65389cd8
Merge pull request #329894 from r-ryantm/auto-update/komga
komga: 1.11.1 -> 1.11.2
2024-07-27 10:26:25 -04:00
Nick Cao
36a21d1c1f
Merge pull request #330079 from r-ryantm/auto-update/wishlist
wishlist: 0.14.1 -> 0.15.0
2024-07-27 10:21:57 -04:00
Nick Cao
9a8b5d5904
Merge pull request #329787 from r-ryantm/auto-update/galene
galene: 0.9 -> 0.9.1
2024-07-27 10:15:26 -04:00
Nick Cao
2d2a5465b2
Merge pull request #329567 from r-ryantm/auto-update/mautrix-discord
mautrix-discord: 0.6.5 -> 0.7.0
2024-07-27 10:07:06 -04:00
Peder Bergebakken Sundt
022bae040e
Merge pull request #327979 from McSinyx/phylactery-0.2
phylactery: 0.1.2 -> 0.2.0
2024-07-27 16:04:01 +02:00
Martin Weinelt
db5a4c118c
Merge pull request #330367 from K900/android-tv-card-3.9.0
home-assistant-custom-lovelace-modules.android-tv-card: 3.8.2 -> 3.9.0
2024-07-27 14:13:11 +02:00
github-actions[bot]
614efe64e8
Merge master into staging-next 2024-07-27 12:01:12 +00:00
Franz Pletz
41d81b51eb
Merge pull request #330254 from Ma27/bump-grafana 2024-07-27 12:19:25 +02:00
K900
d1321448c3 home-assistant-custom-lovelace-modules.android-tv-card: 3.8.2 -> 3.9.0
Diff: https://github.com/Nerwyn/android-tv-card/compare/3.8.2...3.9.0
2024-07-27 12:29:44 +03:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Nick Cao
84fa4de5d8
Merge pull request #328728 from NickCao/keycloak-metrics-spi
keycloak.plugins.keycloak-metrics-spi: 5.0.0 -> 6.0.0
2024-07-26 19:21:59 -04:00
Nick Cao
9b70d206f2
Merge pull request #330253 from sikmir/agate
agate: 3.3.7 → 3.3.8
2024-07-26 19:19:25 -04:00
Tristan Ross
3ca692c544
xorg.libXt: fix cpp usage under llvm 2024-07-26 15:42:50 -07:00
Sandro
6d85a903da
Merge pull request #328156 from NukaDuka/oncall 2024-07-26 23:45:43 +02:00
Nick Cao
5c4896e0b8
Merge pull request #330105 from r-ryantm/auto-update/prometheus-fastly-exporter
prometheus-fastly-exporter: 8.1.0 -> 9.0.0
2024-07-26 16:33:31 -04:00
Nikolay Korotkiy
ee732eb25c
agate: migrate to by-name 2024-07-26 23:47:27 +04:00
Sandro
4febdee44d
Merge pull request #328231 from jpds/kafka-3.7.1 2024-07-26 21:28:24 +02:00
Rafael Kraut
ee537a1d18
mailpit: implement passthru.updateScript (#324302) 2024-07-26 21:27:48 +02:00
Maximilian Bosch
05ffd360b5
grafana: 11.1.0 -> 11.1.3
ChangeLog:
* https://github.com/grafana/grafana/releases/tag/v11.1.3
* https://github.com/grafana/grafana/releases/tag/v11.1.2
* https://github.com/grafana/grafana/releases/tag/v11.1.1
2024-07-26 20:56:33 +02:00
Florian
6d0f55ef84
Merge pull request #328148 from NukaDuka/prometheus-pve-exporter
prometheus-pve-exporter: 3.2.4 -> 3.4.3
2024-07-26 20:21:21 +02:00
github-actions[bot]
c708f59661
Merge master into staging-next 2024-07-26 18:01:11 +00:00
R. Ryantm
181c0c1cef ombi: 4.43.5 -> 4.44.1 2024-07-26 18:00:06 +00:00
Martin Weinelt
0196cfe7f3
Merge pull request #330152 from dotlambda/home-assistant
nixos/home-assistant: customComponents must use buildHomeAssistantComponent
2024-07-26 19:15:11 +02:00
Nikolay Korotkiy
8ef3d571f0
geoserver: migrate to by-name 2024-07-26 21:12:29 +04:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Sandro
bb7d08ac86
Merge pull request #329649 from superherointj/etcd-3.5.15
etcd_3_5: 3.5.14 -> 3.5.15
2024-07-26 17:11:30 +02:00
qubitnano
1c9d7a12dc unifi8: 8.2.93 -> 8.3.32 2024-07-26 11:05:31 -04:00
Robert Schütz
a5f8d3fe02 nixos/home-assistant: customComponents must use buildHomeAssistantComponent 2024-07-26 07:33:40 -07:00
Robert Hensing
433a0e68f6
Merge pull request #327801 from Sigmanificient/unused-args-lib
treewide: remove unused lib (and other) arguments
2024-07-26 15:11:08 +02:00
Masum Reza
5f1eb46e26
Merge pull request #330020 from pbsds/fix-freeradius-1721943082
freeradius: fetchurl -> fetchFromGitHub
2024-07-26 18:18:01 +05:30
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
R. Ryantm
246cf5bee7 prometheus-fastly-exporter: 8.1.0 -> 9.0.0 2024-07-26 07:34:47 +00:00
K900
0481587e35 bazarr: use libarchive instead of unar
unar is ObjC, doesn't build currently and is largely dead.
Bazarr only uses it to unpack RAR archives, so just give it
libarchive bsdtar instead, which can handle any reasonable archive,
is not unfree and is not dead.
2024-07-26 10:20:16 +03:00
R. Ryantm
1d9b955b87 wishlist: 0.14.1 -> 0.15.0 2024-07-26 06:17:44 +00:00
github-actions[bot]
7d5eca7a3f
Merge master into staging-next 2024-07-26 06:01:21 +00:00
Franz Pletz
d84f8c109b
Merge pull request #329785 from r-ryantm/auto-update/prometheus-nginx-exporter 2024-07-26 07:42:13 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Nguyễn Gia Phong
02449742b7
phylactery: 0.1.2 -> 0.2.0 2024-07-26 13:49:06 +09:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00