Nick Cao
f3834de378
Merge pull request #331989 from r-ryantm/auto-update/rqlite
...
rqlite: 8.26.7 -> 8.26.8
2024-08-03 20:20:25 -04:00
Emily
740a7a489a
Merge pull request #331656 from r-ryantm/auto-update/laurel
...
laurel: 0.6.2 -> 0.6.3
2024-08-04 02:10:58 +02:00
Pol Dellaiera
19bdb0debc
Merge pull request #331608 from LeSuisse/mysql80-8.0.39
...
mysql80: 8.0.38 -> 8.0.39
2024-08-03 21:19:34 +02:00
Pol Dellaiera
603d697faa
Merge pull request #331827 from guiguid/patch-11
...
sqlpage : 0.24.0 -> 0.25.0
2024-08-03 21:14:30 +02:00
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
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
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
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
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
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
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