Jan Tojnar
c79fd5b8e6
gnome.gnome-boxes: 43.0 → 43.1
...
https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/43.0...43.1
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-27 10:18:59 +02:00
Jan Tojnar
0fc3454f0e
vte: 0.70.0 → 0.70.1
...
https://gitlab.gnome.org/GNOME/vte/-/compare/0.70.0...0.70.1
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-27 10:18:58 +02:00
Jan Tojnar
6cdee1c592
gnome.aisleriot: 3.22.25 → 3.22.26
...
https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.25...3.22.26
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-27 10:18:58 +02:00
Frederik Rietdijk
0c5c89591d
awscli: override best practice
...
This is the recommended way. It won't actually matter here though.
2022-10-27 10:03:16 +02:00
Frederik Rietdijk
6b0494cbcc
git-remote-codecommit: fix build
...
- Don't call from a different scope
- Disable catching of conflicts because we do get a (installation-time
only) conflict due to overrides in awscli.
2022-10-27 10:03:16 +02:00
Frederik Rietdijk
33d12e5f0b
pythonPackages: ensure all derivations provide python modules
...
This adds a test to ensure no new uses of `buildPythonApplication` can
be added to `python-packages.nix`.
Python packages can be grouped into two groups: 1) applications and 2)
packages providing importable modules. In `python-packages.nix` we only
want to have 2). 1) should be in the top-level package set.
To achieve this, all setup hooks need to be marked as being a setup hook.
For the setup hooks in the Python packages set this is done by creating
a new builder, `makePythonHook`.
Because there were issues with splicing, the file importing all the hooks
is converted to an extension. All non-packages were moved out of `python-packages.nix`
into `python-packages-base.nix`. The `keep` argument to `makeScopeWithSplicing
was cleaned up as well; there is no need to keep this one manually in sync
reducing the risk of breaking cross-compilation.
2022-10-27 10:03:16 +02:00
R. Ryantm
99bcead8dd
python310Packages.mailchecker: 5.0.1 -> 5.0.3
2022-10-27 09:53:35 +02:00
R. Ryantm
06f5f4ad28
python310Packages.py3status: 3.46 -> 3.47
2022-10-27 09:53:02 +02:00
R. Ryantm
912a04568d
python310Packages.zcs: 0.1.21 -> 0.1.22
2022-10-27 09:52:46 +02:00
R. Ryantm
7f21097f24
python310Packages.pox: 0.3.1 -> 0.3.2
2022-10-27 09:49:29 +02:00
R. Ryantm
1d5f275d5a
python310Packages.neo: 0.11.0 -> 0.11.1
2022-10-27 09:49:08 +02:00
R. Ryantm
d6af345add
python310Packages.nbclassic: 0.4.6 -> 0.4.7
2022-10-27 09:48:48 +02:00
R. Ryantm
a51ed9044e
python310Packages.geopandas: 0.11.1 -> 0.12.0
2022-10-27 09:48:23 +02:00
R. Ryantm
0737591ee7
python310Packages.gspread: 5.6.0 -> 5.6.2
2022-10-27 09:47:56 +02:00
R. Ryantm
789e1cebd8
python310Packages.xattr: 0.9.9 -> 0.10.0
2022-10-27 09:47:36 +02:00
ilkecan
bca2125d75
waybar: 0.9.13 -> 0.9.14
2022-10-27 07:36:16 +00:00
Korny666
b621c3ab11
smartgithg: fix execution on nixos ( #197927 )
...
* smartgithg: fix execution on nixos
* Update pkgs/applications/version-management/smartgithg/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-27 09:29:08 +02:00
Sergei Trofimovich
c3e1a9697d
eduke32: fix build by removing explicit header paths
...
In https://github.com/NixOS/nixpkgs/pull/197798#issuecomment-1291196023
we noticed that `eduke32` fails to build as:
source/build/include/sdl_inc.h:17:12: fatal error: SDL2/SDL.h: No such file or directory
17 | # include <SDL2/SDL.h>
| ^~~~~~~~~~~~
It statred after https://github.com/NixOS/nixpkgs/pull/191724 where
`NIX_CFLAGS_COMPILE` entries were cleaned up slightly.
This change works build failure around. But I think it's a good change:
there should be no reason to set SDL2 offset via forced include paths.
2022-10-27 08:17:23 +01:00
Nick Cao
4fc5d982c9
buildah-unwrapped: fix cross compilation
2022-10-27 17:17:03 +10:00
Cabia Rangris
bd545b559f
Merge pull request #197461 from r-ryantm/auto-update/outline
...
outline: 0.66.1 -> 0.66.2
2022-10-27 10:55:18 +04:00
Nikolay Korotkiy
36576ebbc6
Merge pull request #197112 from r-ryantm/auto-update/lifecycled
...
lifecycled: 3.2.0 -> 3.3.0
2022-10-27 09:34:17 +03:00
Vladimír Čunát
2b248e9e5a
Merge #197849 : librewolf: fix build on aarch64-linux by upstream patch
2022-10-27 08:17:06 +02:00
Jörg Thalheim
263575432d
Merge pull request #198008 from danielbarter/networkd-Address-RouteMetric
...
networkd: RouteMetric in Address section of a networkd config file
2022-10-27 08:10:05 +02:00
illustris
06372b5e99
cloud-init: 21.4 -> 22.3.3
2022-10-27 08:07:48 +02:00
illustris
79cf21151e
nixos/cloud-init: fix hostname and resolvconf configuration
...
- Fix hostname configuration on proxmox, which uses "hostname" in user-data
instead of "local-hostname" in meta-data.
- Allow setting resolv.conf through cloud-init
- Add tests for new changes
- Add timeouts to make tests fail faster
2022-10-27 08:07:48 +02:00
adisbladis
5561dcbe94
Merge pull request #197413 from devusb/sunshine
...
sunshine: init at 0.14.1
2022-10-27 18:38:36 +13:00
R. Ryantm
760f380183
cshatag: 2.0 -> 2.1.0
2022-10-27 07:29:23 +02:00
Luna Nova
97fdbad4ff
antlr4_10: add missing entry in all-packages.nix
2022-10-27 01:23:32 -04:00
Luna Nova
183b4ff833
antlr4_x.runtime.cpp: fix build error due to sourceRoot missing source prefix
...
Fixes https://github.com/NixOS/nixpkgs/issues/197985
Patch from @NickCao https://github.com/NixOS/nixpkgs/issues/197985#issuecomment-1292843789
2022-10-27 01:23:32 -04:00
Mario Hros
d3a6b5959b
diffuse: 0.7.5 -> 0.7.7
2022-10-27 07:21:04 +02:00
R. Ryantm
13c8b5b38e
pyinfra: 2.4 -> 2.5.1
2022-10-27 07:11:44 +02:00
Ashish SHUKLA
c9dc68ef7e
openssh_hpn: 9.0p1 -> 9.1p1
2022-10-27 01:03:21 -04:00
R. Ryantm
e82d8ad758
legendary-gl: 0.20.29 -> 0.20.30
2022-10-27 01:00:32 -04:00
Daniel Barter
fde313902f
networkd: allow setting RouteMetric in Address section of a network config file
2022-10-26 21:53:32 -07:00
Sandro Jäckel
11143bbe35
topgrade: 9.1.1 -> 10.0.1
2022-10-27 00:49:41 -04:00
github-actions[bot]
f3e8ebc58b
terraform-providers.vault: 3.9.1 → 3.10.0
2022-10-27 14:13:55 +10:00
github-actions[bot]
d16a635944
terraform-providers.tencentcloud: 1.78.5 → 1.78.6
2022-10-27 14:13:55 +10:00
github-actions[bot]
0889cc0f95
terraform-providers.openstack: 1.48.0 → 1.49.0
2022-10-27 14:13:55 +10:00
github-actions[bot]
87c39df580
terraform-providers.null: 3.1.1 → 3.2.0
2022-10-27 14:13:55 +10:00
github-actions[bot]
1e75c0097c
terraform-providers.newrelic: 3.5.2 → 3.6.0
2022-10-27 14:13:55 +10:00
github-actions[bot]
2674063518
terraform-providers.launchdarkly: 2.9.3 → 2.9.4
2022-10-27 14:13:55 +10:00
Aaron Jheng
30f14e841d
temporal-cli: 1.16.2 -> 1.17.0
2022-10-27 03:45:31 +00:00
Malo Bourgon
1c6eb4876f
signalbackup-tools: 20220914-1 -> 20221025
2022-10-26 22:33:19 -04:00
Michael Hoang
2c7ebf1fb9
shortcat: init at 0.11.0
2022-10-27 13:13:00 +11:00
R. Ryantm
6205dd4cad
strawberry: 1.0.9 -> 1.0.10
2022-10-27 10:06:23 +08:00
Weijia Wang
ec987f1e7f
wxformbuilder: unstable-2020-08-18 -> unstable-2022-09-26
2022-10-27 03:35:22 +02:00
Bobby Rong
1b4e88002d
pantheon.elementary-notifications: 6.0.2 -> 6.0.3
2022-10-27 09:08:08 +08:00
Sandro
8f0c7e38cb
Merge pull request #190181 from RaitoBezarius/garage-module
...
services/garage: init
2022-10-27 02:14:01 +02:00
Sandro
725021a3d2
Merge pull request #191276 from r-ryantm/auto-update/aws-c-io
2022-10-27 01:52:08 +02:00
Sandro Jäckel
f01cf053f6
aws-c-common: 0.8.2 -> 0.8.4
2022-10-27 01:23:13 +02:00