Oleksii Filonenko and GitHub
6d8a839e9e
Merge pull request #196860 from figsoda/cauwugo
2022-10-20 21:34:54 +03:00
Oleksii Filonenko and GitHub
eebc88739f
Merge pull request #196953 from NixOS/lemmeknow-0.7.0
2022-10-20 21:32:24 +03:00
Oleksii Filonenko
ff443bc6e7
lemmeknow: add Br1ght0ne to maintainers
2022-10-20 21:27:54 +03:00
R. Ryantm
818e7c689f
shellhub-agent: 0.10.3 -> 0.10.4
2022-10-20 18:25:37 +00:00
Sandro and GitHub
89e49d87d3
Merge pull request #196488 from SuperSandro2000/changedetectionio
2022-10-20 20:25:36 +02:00
Daniel Olsen
23c1754fff
lib/tests/misc: Add tests for charToInt, escapeC, and normalizePath
2022-10-20 20:12:15 +02:00
Daniel Olsen and ajs124
3251123a77
nixos/lib.escapeSystemdPath: Implement the correct algorithm for escaping names in systemd units
...
Co-authored-by: ajs124 <git@ajs124.de >
2022-10-20 20:12:15 +02:00
ajs124 and Daniel Olsen
4284ac9dfb
lib.strings: Add normalizePath
...
dedupes extranous /'s in filepaths
Co-authored-by: Daniel Olsen <daniel.olsen99@gmail.com >
2022-10-20 20:12:15 +02:00
Daniel Olsen
4c420ee485
lib.strings: Add function to do C-style escaping
2022-10-20 20:12:15 +02:00
Alvar Penning
373a013cab
claws-mail: 4.1.0 -> 4.1.1
...
- The Perl fix is now upstream and could be removed.
- A new mechanism to determine the version requires git and other tools
and can easily be replaced by the already known version.
https://git.claws-mail.org/?p=claws.git;a=blob_plain;f=RELEASE_NOTES;hb=c8ddd32fa2c9bb9e61a34a3550d72cd67b36da21
2022-10-20 19:44:28 +02:00
Malo Bourgon
bd1966cf4e
vimPlugins.neodev-nvim: properly replace lua-dev-nvim
2022-10-20 10:43:15 -07:00
"Malo Bourgon"
7a0be1b751
vimPlugins: resolve github repository redirects
2022-10-20 10:37:57 -07:00
"Malo Bourgon"
4d1a8c85fb
vimPlugins: update
2022-10-20 10:37:41 -07:00
Daniel Olsen
a08741ffbd
lib.strings: Add function to convert character to number
2022-10-20 18:58:44 +02:00
techknowlogick
81239c05fc
consul: 1.13.2 -> 1.13.3
2022-10-20 12:24:56 -04:00
figsoda and GitHub
b7d8c68778
Merge pull request #196777 from figsoda/cargo-about
...
cargo-about: unbreak on darwin
2022-10-20 12:11:47 -04:00
figsoda and GitHub
12643b3d6f
Merge pull request #196756 from figsoda/lemmeknow
...
lemmeknow: 0.6.0 -> 0.7.0
2022-10-20 12:11:33 -04:00
Jan Tojnar and GitHub
1968357809
Merge pull request #196894 from zendo/update-gnome.pomodoro
...
gnome.pomodoro: 0.21.1 -> 0.22.0
2022-10-20 18:07:33 +02:00
R. Ryantm
c295f7a4d4
okteto: 2.8.0 -> 2.8.1
2022-10-20 16:01:59 +00:00
R. Ryantm
eb1019b602
oh-my-posh: 12.6.1 -> 12.6.5
2022-10-20 15:59:12 +00:00
R. Ryantm
3c70d1e68a
odo: 2.5.1 -> 3.0.0
2022-10-20 15:56:38 +00:00
Deadbeef
075649e87c
huggle: init at 3.4.10
2022-10-20 23:46:15 +08:00
Deadbeef
f59dde3239
libirc: init at 2022-10-16
2022-10-20 23:46:15 +08:00
Nicolas Benes
7396451d6c
rPackages.mzR: unpin boost
...
`mzR` currently ships and builds its own copy of boost-176, see
https://github.com/sneumann/mzR/blob/master/src/README.updateboost
2022-10-20 17:41:35 +02:00
Vincent Laporte and Vincent Laporte
f14d4f4df2
ocamlPackages.findlib: 1.9.3 → 1.9.6
2022-10-20 17:35:46 +02:00
Vincent Laporte and Vincent Laporte
fd15a97ef6
ocamlPackages.mlgmp: remove at 20120224 (broken)
2022-10-20 17:35:46 +02:00
Ulrik Strid and GitHub
8920ea683b
ocamlPackages.zed: 3.1.0 -> 3.2.0, ocamlPackages.lambdaterm: 3.2.0 -> 3.3.1 ( #196362 )
...
* ocamlPackage.zed: 3.1.0 -> 3.2.0
* ocamlPackages.lambda-term: 3.2.0 -> 3.3.1
* ocamlPackages.utop: 2.9.2 -> 2.10.0
* ocamlPackages.prof_spacetime: mark as broken
2022-10-20 17:35:19 +02:00
Dave Nicponski
1a73877305
Tweak nginx config for Let's Encrypt ACME challenges
...
Currently, this is using a "URI prefix match", but per nginx docs,
```
[...] the location with the longest matching prefix is selected and remembered. Then regular expressions are checked, in the order of their appearance in the configuration file. The search of regular expressions terminates on the first match, and the corresponding configuration is used. If no match with a regular expression is found then the configuration of the prefix location remembered earlier is used.
```
which means a config like this (from wordpress service) will override that
```
locations = {
"~ /\\." = {
priority = 800;
extraConfig = "deny all;";
};
};
```
😱
Luckily, from nginx docs:
```
If the longest matching prefix location has the “^~” modifier then regular expressions are not checked.
```
Whew!
2022-10-20 10:59:28 -04:00
Nikolay Korotkiy and GitHub
2a43d36a31
Merge pull request #196929 from r-ryantm/auto-update/mbtileserver
...
mbtileserver: 0.8.2 -> 0.9.0
2022-10-20 17:44:13 +03:00
Fabian Affolter and GitHub
41ba7df5bd
Merge pull request #196914 from fabaff/scmrepo-bump
...
python310Packages.scmrepo: 0.1.1 -> 0.1.2
2022-10-20 16:41:27 +02:00
Bobby Rong and GitHub
edcc004c46
Merge pull request #196901 from bobby285271/pantheon
...
pantheon.wingpanel-indicator-keyboard: 2.4.0 -> 2.4.1
2022-10-20 22:36:17 +08:00
Azat Bahawi
6612948315
rfc: init at 0.2.6
2022-10-20 17:30:48 +03:00
Artturi and GitHub
d639b2dfac
Merge pull request #196787 from Artturin/snappernamespaceerror
...
snapper-gui: ValueError: Namespace Gtk not available
2022-10-20 17:18:02 +03:00
Jan Tojnar and GitHub
fc6c16991e
Merge pull request #191042 from shyim/patch-5
...
blackfire: add missing aarch64-darwin
2022-10-20 16:13:50 +02:00
Sandro and GitHub
865908130d
Merge pull request #195991 from Icy-Thought/GalaxyBudsClient
2022-10-20 16:05:18 +02:00
Oleksii Filonenko and GitHub
00bfcc63f3
Merge pull request #196931 from Br1ght0ne/gex-0.3.3
2022-10-20 16:59:25 +03:00
Oleksii Filonenko
62cc796612
gitAndTools.gex: init at 0.3.3
2022-10-20 16:50:31 +03:00
R. Ryantm
3ab965d887
mbtileserver: 0.8.2 -> 0.9.0
2022-10-20 13:32:21 +00:00
Bernardo Meurer and GitHub
d473597e33
Merge pull request #196904 from hercules-ci/nixos-nixpkgs-only-error-when-used
2022-10-20 09:10:29 -04:00
Michele Guerini Rocco and GitHub
2521de4cc4
Merge pull request #196633 from nrdxp/qutebrowser-screenshare-fix
...
qutebrowser: fix screensharing
2022-10-20 14:58:56 +02:00
zowoq
5a1a454d36
gh: 2.18.0 -> 2.18.1
...
https://github.com/cli/cli/releases/tag/v2.18.1
2022-10-20 22:44:33 +10:00
zowoq
87be8c2279
podman: 4.2.1 -> 4.3.0
...
https://github.com/containers/podman/releases/tag/v4.3.0
2022-10-20 22:22:38 +10:00
Mario Rodas and GitHub
05cc215090
Merge pull request #196662 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.39.1 -> 0.39.2
2022-10-20 07:15:12 -05:00
Mario Rodas and GitHub
a73a7b2501
Merge pull request #196743 from r-ryantm/auto-update/faas-cli
...
faas-cli: 0.14.10 -> 0.14.11
2022-10-20 07:13:58 -05:00
R. Ryantm and Bobby Rong
d7e3fc529b
k9s: 0.26.6 -> 0.26.7
2022-10-20 20:10:55 +08:00
Mario Rodas and GitHub
443f01fcc1
Merge pull request #196713 from r-ryantm/auto-update/doctl
...
doctl: 1.83.0 -> 1.84.0
2022-10-20 07:10:36 -05:00
R. Ryantm and Bobby Rong
4cb785c1dc
vmagent: 1.82.0 -> 1.82.1
2022-10-20 20:09:37 +08:00
Mario Rodas and GitHub
91771a962c
Merge pull request #196806 from r-ryantm/auto-update/protoc-gen-connect-go
...
protoc-gen-connect-go: 1.0.0 -> 1.1.0
2022-10-20 07:09:12 -05:00
Mario Rodas and GitHub
51b5f099f8
Merge pull request #196834 from dali99/update_hydrus2
...
hydrus: 502a -> 503
2022-10-20 07:07:32 -05:00
Mario Rodas and GitHub
ec7c681379
Merge pull request #196873 from r-ryantm/auto-update/python310Packages.pika
...
python310Packages.pika: 1.3.0 -> 1.3.1
2022-10-20 07:05:25 -05:00