Pol Dellaiera
b72fd2a2ac
Merge pull request #333358 from r-ryantm/auto-update/turbovnc
...
turbovnc: 3.1.1 -> 3.1.2
2024-08-11 00:34:32 +02:00
R. Ryantm
a230d09c9c
procs: 0.14.5 -> 0.14.6
2024-08-10 11:31:07 +00:00
R. Ryantm
8e63be10f9
turbovnc: 3.1.1 -> 3.1.2
2024-08-09 03:07:16 +00:00
Nick Cao
fe19aa7dbe
Merge pull request #332565 from r-ryantm/auto-update/granted
...
granted: 0.30.0 -> 0.31.2
2024-08-06 15:56:15 -04:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
...
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
R. Ryantm
ebccff1f30
granted: 0.30.0 -> 0.31.2
2024-08-05 20:47:10 +00:00
Florian
9687f44a99
Merge pull request #330912 from gador/pgadmin-8.10
...
pgadmin: 8.9 -> 8.10
2024-08-05 19:00:08 +02:00
R. Ryantm
4caa7a39c4
balena-cli: 18.2.33 -> 18.2.34
2024-08-05 07:10:23 +00:00
Julius Michaelis
87e574e110
treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
...
This rewrites uses of
stdenv.hostPlatform == stdenv.buildPlatform
to
stdenv.buildPlatform.canExecute stdenv.hostPlatform
when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
Fabian Affolter
3725cee487
Merge pull request #331925 from r-ryantm/auto-update/qovery-cli
...
qovery-cli: 0.97.0 -> 1.1.0
2024-08-03 13:40:54 +02:00
R. Ryantm
da04e028fc
qovery-cli: 0.97.0 -> 1.1.0
2024-08-03 05:29:27 +00: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
Nick Cao
3135dcd603
Merge pull request #331774 from r-ryantm/auto-update/coldsnap
...
coldsnap: 0.6.1 -> 0.6.2
2024-08-02 15:31:55 -04:00
Emily
8764d898c4
Merge pull request #330741 from emilazy/push-rlvumrtyxrmk
...
python3Packages.nose3: drop
2024-08-02 16:31:00 +01:00
R. Ryantm
300c7e6cc3
coldsnap: 0.6.1 -> 0.6.2
2024-08-02 13:05:03 +00:00
K900
41c4517239
Revert "pebble: 2.4.0 -> 2.6.0 and fix version info"
2024-08-02 12:07:39 +03:00
tomberek
8fe1db0000
Merge pull request #322331 from afh/update-pebble
...
pebble: 2.4.0 -> 2.6.0 and fix version info
2024-08-02 01:48:32 -04:00
Fabian Affolter
761cf6dc96
Merge pull request #331421 from r-ryantm/auto-update/trivy
...
trivy: 0.53.0 -> 0.54.1
2024-08-01 09:53:07 +02:00
Emily
5111b7afd7
gixy: pass‐through nginx tests
...
These exercise Gixy through the NixOS nginx module.
2024-08-01 11:25:23 +09:00
Emily
6bd2c7576a
gixy: add pytest migration patch
2024-08-01 11:25:23 +09:00
Emily
5db8f3da5f
gixy: modernize
2024-08-01 11:25:22 +09:00
R. Ryantm
f3831850d2
trivy: 0.53.0 -> 0.54.1
2024-08-01 01:47:57 +00:00
Sigmanificient
fd9e28993f
aws-google-auth: drop
2024-07-31 21:16:33 +02:00
Maciej Krüger
a2aca6ac95
Merge pull request #331160 from Stunkymonkey/synapse-admin-remove-yarn-lock
...
synapse-admin: reuse yarn.lock from src
2024-07-31 17:33:40 +02:00
zimbatm
f3edb08a28
aws-vault: move to by-name
2024-07-31 09:10:33 +02:00
Felix Buehler
98772dab45
synapse-admin: reuse yarn.lock from src
2024-07-30 22:56:32 +02:00
Sigmanificient
aab1113d4a
treewide: normalize maintainers list formatting
...
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Florian Brandes
fc8096cd34
pgadmin: format
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 20:30:26 +02:00
Florian Brandes
580e6f79bd
pgadmin: 8.9 -> 8.10
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 20:29:29 +02:00
Terje Larsen
199a8f8548
google-cloud-sdk: 483.0.0 -> 485.0.0
2024-07-29 11:06:30 +02: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
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
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Nick Cao
9fd4fa2a5d
Merge pull request #330353 from r-ryantm/auto-update/stripe-cli
...
stripe-cli: 1.21.0 -> 1.21.2
2024-07-27 09:38:07 -04:00
R. Ryantm
78d6253bdc
stripe-cli: 1.21.0 -> 1.21.2
2024-07-27 07:54:11 +00:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next
2024-07-27 09:18:58 +02:00
Arseniy Zorin
b71367cdda
pulumi-bin: 3.126.0 -> 3.127.0
2024-07-26 15:39:09 +03:00
github-actions[bot]
94c17d2caa
Merge master into staging-next
2024-07-25 00:02:30 +00:00
Nick Cao
96066902eb
Merge pull request #329613 from r-ryantm/auto-update/granted
...
granted: 0.29.1 -> 0.30.0
2024-07-24 19:03:00 -04:00
Nick Cao
138abc63c1
Merge pull request #329606 from wrbbz/pulumi-bin-3.126.0
...
pulumi-bin: 3.125.0 -> 3.126.0
2024-07-24 18:56:32 -04:00
github-actions[bot]
7208220b63
Merge master into staging-next
2024-07-24 18:01:18 +00:00
Pol Dellaiera
34a0828538
winbox: refactor, fix broken build, 3.40 -> 3.41
2024-07-24 12:40:56 +02:00
R. Ryantm
a8c4a11589
granted: 0.29.1 -> 0.30.0
2024-07-24 09:32:03 +00:00
Arseniy Zorin
f21e968455
pulumi-bin: 3.125.0 -> 3.126.0
2024-07-24 12:07:17 +03:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
Maximilian Bosch
ee3314acb2
Merge pull request #329456 from Ma27/bump-meshcentral
...
meshcentral: 1.1.24 -> 1.1.26
2024-07-23 19:19:58 +00:00
Maximilian Bosch
cce932597d
meshcentral: 1.1.24 -> 1.1.26
...
ChangeLogs:
* https://github.com/Ylianst/MeshCentral/releases/tag/1.1.25
* https://github.com/Ylianst/MeshCentral/releases/tag/1.1.26
2024-07-23 18:57:53 +02:00
R. Ryantm
515f7d0156
balena-cli: 18.2.29 -> 18.2.33
2024-07-23 16:18:44 +00:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next
2024-07-23 00:02:18 +00:00
Nick Cao
e2867fd69c
Merge pull request #329093 from wrbbz/pulumi-bin-3.125.0
...
pulumi-bin: 3.124.0 -> 3.125.0
2024-07-22 16:28:11 -04:00