Robert Hensing
3ebb588ab3
Merge pull request #188289 from erikarvstedt/fix-disabled-modules-abs-paths
...
lib.modules: support strings with absolute paths in `disabledModules`
2022-08-31 15:27:03 +02:00
Justinas Stankevicius
b0eaece3d3
prometheus-sql-exporter: 0.4.4 -> 0.4.5
2022-08-31 16:18:34 +03:00
Pavol Rusnak
61621f5b7e
lnd: 0.15.0-beta -> 0.15.1-beta
2022-08-31 15:14:48 +02:00
Florian Brandes
8611f99223
styx: 0.7.2 -> 0.7.5. Fix build failure
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-31 15:05:42 +02:00
superherointj
c531b409f6
Merge pull request #189066 from vbgl/ocaml-resource-pooling-1.2
...
ocamlPackages.resource-pooling: 1.1 → 1.2
2022-08-31 09:57:55 -03:00
Jörg Thalheim
cf758a4107
Merge pull request #185231 from moduon/k3s-ha
...
nixos/k3s: streamline HA setup
2022-08-31 13:57:18 +01:00
superherointj
ea62f50e6e
Merge pull request #189065 from r-ryantm/auto-update/docker-slim
...
docker-slim: 1.37.6 -> 1.38.0
2022-08-31 09:47:55 -03:00
superherointj
eb30d21de0
Merge pull request #189084 from r-ryantm/auto-update/pipenv
...
pipenv: 2022.8.24 -> 2022.8.30
2022-08-31 09:45:39 -03:00
superherointj
6613f213f9
Merge pull request #189067 from r-ryantm/auto-update/dprint
...
dprint: 0.30.3 -> 0.31.1
2022-08-31 09:44:25 -03:00
Erik Arvstedt
e2cc361970
lib.modules: support strings with absolute paths in disabledModules
...
This is particularly useful for disabling modules defined in a flake.
Example:
disabledModules = [ "${flake}/modules/mymodule.nix" ];
Previously, absolute string paths were internally prepended with `modulesPath`,
which caused the module filtering to fail.
2022-08-31 14:23:28 +02:00
superherointj
98ef945bc3
Merge pull request #189081 from r-ryantm/auto-update/fluxctl
...
fluxctl: 1.25.3 -> 1.25.4
2022-08-31 09:18:56 -03:00
Robert Hensing
62b25a28fe
Merge pull request #170906 from Sohalt/dockerTools.ca-certificates.crt
...
dockerTools ca-certificates.crt helper
2022-08-31 14:08:02 +02:00
github-actions[bot]
08c6aef915
Merge master into staging-next
2022-08-31 12:01:33 +00:00
Bobby Rong
4415574d23
Merge pull request #189049 from foo-dogsquared/fix-gnome-frog
...
gnome-frog: correct build inputs list
2022-08-31 19:43:32 +08:00
Bobby Rong
0429a05ecf
Merge pull request #189080 from r-ryantm/auto-update/sarasa-gothic
...
sarasa-gothic: 0.36.8 -> 0.37.0
2022-08-31 19:39:34 +08:00
Gabriel Ebner
4f31144ac3
Merge pull request #189092 from kilianar/lean-3.48.0
...
lean: 3.47.0 -> 3.48.0
2022-08-31 13:37:36 +02:00
Bobby Rong
02cc69a666
Merge pull request #188856 from r-ryantm/auto-update/glooctl
...
glooctl: 1.12.9 -> 1.12.10
2022-08-31 19:36:23 +08:00
Maximilian Bosch
c5369c403a
Merge pull request #189037 from delroth/grafana-9.1.2
...
grafana, grafana-image-renderer: bump for CVE-2022-31176
2022-08-31 13:31:58 +02:00
talyz
2affab6cf5
keycloak: 18.0.0 -> 19.0.1
2022-08-31 13:18:56 +02:00
Robert Helgesson
bacac7cf54
sigal: fix crash when building gallery
...
When building a gallery using `sigal build` the process would error
out with an message along the lines of
shutil.Error: [('/nix/store/…/static/css',
'/…/_build/static/css',
"[Errno 13] Permission denied: '/…/_build/static/css'"),
…
]
This is caused by `shutil.copytree` copying the permissions (555) of
the directories in the Nix store and then attempting to make
modifications to the copied directory. The patch makes the copy ignore
the permissions of directories.
2022-08-31 13:06:50 +02:00
Jörg Thalheim
5df5df389a
Merge pull request #188965 from Mic92/nearcore
...
nearcore: 1.28.0 -> 1.28.1
2022-08-31 12:00:48 +01:00
Jonas Heinrich
757f3a19bc
Merge pull request #189062 from mcwitt/upgrade-jmp
...
python310Packages.jmp: 4b94370 -> 260e5ba
2022-08-31 12:22:03 +02:00
Vir Chaudhury
7ef3d0aae8
vimPlugins.{vim-clap,command-t}: fix build
2022-08-31 18:18:47 +08:00
Kim Lindberger
943a952018
Merge pull request #189096 from NixOS/revert-188862-auto-update/keycloak
...
Revert "keycloak: 18.0.0 -> 19.0.1"
2022-08-31 12:13:07 +02:00
Kim Lindberger
169ffddd36
Revert "keycloak: 18.0.0 -> 19.0.1"
2022-08-31 12:12:52 +02:00
Jonas Heinrich
e5ec842d05
Merge pull request #188862 from r-ryantm/auto-update/keycloak
...
keycloak: 18.0.0 -> 19.0.1
2022-08-31 12:06:12 +02:00
Jonas Heinrich
0d1f009775
Merge pull request #188864 from NetaliDev/btop-bump
...
btop: 1.2.8 -> 1.2.9
2022-08-31 12:02:59 +02:00
"Vir Chaudhury"
9b7c605de9
vimPlugins: resolve github repository redirects
2022-08-31 17:54:28 +08:00
"Vir Chaudhury"
bdd3805206
vimPlugins: update
2022-08-31 17:54:11 +08:00
Jonas Heinrich
9985f04100
Merge pull request #188865 from r-ryantm/auto-update/lightspark
...
lightspark: 0.8.6 -> 0.8.6.1
2022-08-31 11:51:53 +02:00
Jörg Thalheim
4f805873ff
nearcore: 1.28.0 -> 1.28.1
2022-08-31 11:41:08 +02:00
kilianar
2b3ec1d37a
lean: 3.47.0 -> 3.48.0
...
https://github.com/leanprover-community/lean/releases/tag/v3.48.0
2022-08-31 11:32:21 +02:00
R. Ryantm
71d2c6c28c
rootlesskit: 1.0.0 -> 1.0.1
2022-08-31 19:25:34 +10:00
Robert Helgesson
a4537570ec
trash-cli: 0.22.8.21 -> 0.22.8.27
2022-08-31 11:06:05 +02:00
Jonas Heinrich
556428dd00
Merge pull request #188873 from r-ryantm/auto-update/mmark
...
mmark: 2.2.26 -> 2.2.28
2022-08-31 10:58:22 +02:00
Jonas Heinrich
b0c8e367ca
Merge pull request #188878 from r-ryantm/auto-update/neatvnc
...
neatvnc: 0.5.1 -> 0.5.3
2022-08-31 10:52:26 +02:00
Jonas Heinrich
de6d4ab8ea
Merge pull request #188880 from r-ryantm/auto-update/oed
...
oed: 6.7 -> 7.1
2022-08-31 10:49:50 +02:00
Nicolas Benes
9895ba4b77
tor-browser-bundle-bin: 11.5.1 -> 11.5.2
2022-08-31 10:06:10 +02:00
R. Ryantm
3968c79e2a
pipenv: 2022.8.24 -> 2022.8.30
2022-08-31 08:05:00 +00:00
K900
80805575f5
Merge pull request #189070 from fbergroth/wireplumber-backport-mr398
...
wireplumber: backport a fix for bluetooth rescan loops
2022-08-31 10:37:47 +03:00
Vladimír Čunát
97747d3209
Merge #188983 : aws-sdk-cpp: unpin i686, instead remove failing test
...
... and mark some combinations as broken.
2022-08-31 09:33:03 +02:00
Vladimír Čunát
b77a8d11f2
aws-sdk-cpp: full versions builds fine on x86_64-linux
...
Though the RAM/core requirements are quite high during linking.
2022-08-31 09:30:47 +02:00
Vincent Laporte
fcfa7a704a
coqPackages.mathcomp-analysis: 0.3.13 → 0.5.3
2022-08-31 09:29:48 +02:00
R. Ryantm
7460b17d29
fluxctl: 1.25.3 -> 1.25.4
2022-08-31 07:09:33 +00:00
R. Ryantm
8379839940
sarasa-gothic: 0.36.8 -> 0.37.0
2022-08-31 07:06:20 +00:00
R. Ryantm
fac26c087f
digikam: 7.7.0 -> 7.8.0
2022-08-31 06:43:05 +00:00
R. Ryantm
e2ccf51126
fennel: 1.1.0 -> 1.2.0
2022-08-31 06:39:16 +00:00
github-actions[bot]
fea2848958
Merge master into staging-next
2022-08-31 06:27:24 +00:00
Sergei Trofimovich
bd6f890133
Merge pull request #189004 from trofi/cvise-update
...
cvise: 2.4.0 -> 2.5.0
2022-08-31 07:25:34 +01:00
Fredrik Bergroth
cd07396027
wireplumber: backport a fix for bluetooth rescan loops
2022-08-31 08:21:47 +02:00