Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jamie Magee
bc99830b67
pythonPackages.adguardhome: init at 0.4.2
2020-10-02 08:56:11 -07:00
WORLDofPEACE
bd52e7f8d3
Merge pull request #99039 from worldofpeace/dnscrypt-proxy2-harden
...
nixos/dnscrypt-proxy2: harden and improve service
2020-10-02 11:48:58 -04:00
Henri Menke
952b698689
zfsUnstable: 2.0.0-rc2 -> 2.0.0-rc3
2020-10-02 08:38:56 -07:00
Tim Steinbach
d228ae9d77
oh-my-zsh: 2020-09-29 -> 2020-10-01
2020-10-02 11:18:36 -04:00
Tim Steinbach
2696a7cb69
linux: 5.8.12 -> 5.8.13
2020-10-02 11:17:02 -04:00
Tim Steinbach
c817c5f69b
linux: 4.9.237 -> 4.9.238
2020-10-02 11:16:50 -04:00
ajs124
15c522ee52
Merge pull request #99189 from helsinki-systems/upd/nginx
...
nginxMainline: 1.19.2 -> 1.19.3
2020-10-02 16:55:06 +02:00
Andreas Rammhold
6c282a2c61
Merge pull request #99154 from TredwellGit/generate-expr-from-tarballs.pl
...
generate-expr-from-tarballs.pl: fix insecure temporary file
2020-10-02 16:48:00 +02:00
zowoq
6dca3575f8
miniserve: 0.9.0 -> 0.10.0
...
https://github.com/svenstaro/miniserve/releases/tag/v0.10.0
2020-10-02 23:56:07 +10:00
Michael Raskin
bb4060dea0
Merge pull request #99373 from 7c6f434c/xdummy-fix-unfree
...
xdummy: make unfree fonts optional; see also #99136
2020-10-02 13:47:35 +00:00
Doron Behar
0ef1276d68
Merge pull request #99365 from Mic92/lldb
2020-10-02 16:34:27 +03:00
Mario Rodas
e29ca7ef85
Merge pull request #99336 from Preisschild/helmfile-0.130.0-update
...
helmfile: 0.128.0 -> 0.130.0
2020-10-02 08:18:55 -05:00
Mario Rodas
f2cb1f0afd
Merge pull request #99363 from danieldk/srsly-2.3.0
...
python3Packages.srsly: 2.2.0 -> 2.3.0
2020-10-02 08:17:48 -05:00
Mario Rodas
3429b8de2b
Merge pull request #99358 from marsam/update-nvchecker
...
nvchecker: 1.7 -> 2.0
2020-10-02 07:47:59 -05:00
zowoq
b3d674549f
.github/workflows: build NixOS/Nixpkgs manuals ( #88488 )
2020-10-02 14:46:49 +02:00
Silvan Mosberger
c04277eb1e
Merge pull request #99337 from ldesgoui/fix-mumble_overlay
...
mumble-overlay: fix outdated install phase
2020-10-02 14:07:40 +02:00
Maximilian Bosch
8626701b2d
Merge pull request #99256 from Ma27/sudo-pkg-option
...
nixos/sudo: add `package` option
2020-10-02 12:35:58 +02:00
Lancelot SIX
0c98435f70
Merge pull request #99150 from danieldk/transformers-3.3.1
...
python3Packages.transformers: 3.2.0 -> 3.3.1
2020-10-02 10:54:56 +01:00
Michael Raskin
30ec2df88b
xdummy: make unfree fonts optional; see also #99136
2020-10-02 11:42:59 +02:00
Mario Rodas
16a679f1b8
Merge pull request #99138 from marsam/update-starship
...
starship: 0.44.0 -> 0.45.0
2020-10-02 04:38:56 -05:00
Maximilian Bosch
cfc4b00b51
Merge pull request #99328 from oxzi/claws-mail-v3.17.7
...
claws-mail: 3.17.6 -> 3.17.7
2020-10-02 11:25:21 +02:00
Andreas Rammhold
66c3ba64b8
Merge pull request #99340 from andir/nftables-fix-iptables-conflict-errormsg
...
nftables: Warn about correct firewall setting
2020-10-02 11:13:26 +02:00
Timo Kaufmann
d832ca8178
Merge pull request #97237 from midchildan/package/sd-local
...
sd-local: init at 1.0.5
2020-10-02 11:08:05 +02:00
Maximilian Bosch
31ce2ee748
gitea: 1.12.4 -> 1.12.5
...
https://github.com/go-gitea/gitea/releases/tag/v1.12.5
2020-10-02 11:03:56 +02:00
Jörg Thalheim
f396492e6e
lldb: default to latest version
...
Unlike llvm we don't use it for building software and rather
want the latest and greatest.
2020-10-02 10:03:27 +02:00
Daniël de Kok
6353c2dee2
Merge pull request #99149 from danieldk/1password-gui-0.8.8-1
...
_1password-gui: 0.8.7 -> 0.8.8-1
2020-10-02 09:29:43 +02:00
zowoq
4c6dad5e82
lsd: add maintainer
2020-10-02 16:59:51 +10:00
zowoq
f18e7e0d07
gitAndTools.git-interactive-rebase-tool: add maintainer
2020-10-02 16:59:43 +10:00
Daniël de Kok
9211e69335
python3Packages.srsly: 2.2.0 -> 2.3.0
...
Changelog:
https://github.com/explosion/srsly/releases/tag/v2.3.0
2020-10-02 08:47:49 +02:00
Diego Rodriguez
53fcb502fe
kubernetes-helm: 3.3.1 -> 3.3.4
2020-10-02 16:45:38 +10:00
zowoq
0f81c5d686
buildah: 1.16.3 -> 1.16.4
...
https://github.com/containers/buildah/releases/tag/v1.16.4
2020-10-02 16:45:08 +10:00
Daniël de Kok
9fd0171b24
Merge pull request #99318 from siraben/mozwire-update
...
mozwire: 0.5.1 -> 0.5.2
2020-10-02 08:37:51 +02:00
Daniël de Kok
8a405a11b0
Merge pull request #99347 from LEXUGE/patch-2
...
smartdns: 30 -> 33
2020-10-02 08:09:34 +02:00
Damien Cassou
a619b8ef3a
Merge pull request #99235 from DamienCassou/cypress-5.3.0
...
cypress: 4.12.1 -> 5.3.0
2020-10-02 08:07:12 +02:00
Damien Cassou
2b716d564d
Merge pull request #99234 from DamienCassou/rider-2020.2.3
...
jetbrains.rider: 2020.2.2 -> 2020.2.3
2020-10-02 08:06:24 +02:00
Klemens Nanni
fb13347d2a
nixos/plasma5: Enable browser integration
...
This option is not documented anywhere and while it may be set
in configuration.nix to enable integration, having it on by
default when using both plasma and firefox is a great convenience;
just like all other desktop environments do it already.
2020-10-02 13:07:09 +08:00
WORLDofPEACE
332dcda646
Merge pull request #98996 from NixOS/worldofpeace-patch-1
...
nixos/dnscrypt-proxy2: version the example file
2020-10-02 00:32:45 -04:00
Jan Tojnar
74c5472090
Merge pull request #98304 from jtojnar/updateScript-commit3
...
maintainers/scripts/update.nix: Add support for auto-commiting changes
2020-10-02 06:16:09 +02:00
Jonathan Ringer
1b17aea63e
dbvisualizer: remove
...
Source has likely been broken since 2017
It's unfree, so we don't have hydra to view breakage history.
2020-10-01 21:15:04 -07:00
Jonathan Ringer
64565aeea3
python3Packages.pytest-xprocess: 0.13.1 -> 0.14.0
2020-10-01 21:13:37 -07:00
Jonathan Ringer
9e13f32043
python3Packages.xmlschema: 1.2.3 -> 1.2.5
2020-10-01 21:13:20 -07:00
Jonathan Ringer
3eff9acfbf
python3Packages.pytest-black: 0.3.10 -> 0.3.11
2020-10-01 21:13:20 -07:00
Jonathan Ringer
d28a75880f
python3Packages.pybids: 0.12.0 -> 0.12.1
2020-10-01 21:13:20 -07:00
Jonathan Ringer
cc7a4df92d
python3Packages.elementpath: 2.0.3 -> 2.0.3
2020-10-01 21:13:20 -07:00
WORLDofPEACE
6e7e633a54
nixos/dnscrypt-proxy2: harden and improve service
2020-10-02 00:00:22 -04:00
Edmund Wu
25ee6af8bc
vscode-extensions.ms-vscode.cpptools: 0.29.0 -> 1.0.1
2020-10-01 20:39:12 -07:00
Edmund Wu
7177c59b61
vscode-extensions.ms-python.python: 2020.8.103604 -> 2020.9.111407
2020-10-01 20:39:12 -07:00
Edmund Wu
793b274ce1
vscode-extensions.WakaTime.vscode-wakatime: 4.0.0 -> 4.0.8
2020-10-01 20:39:12 -07:00
Jake Gillberg
6535c9f1da
waybar: 0.9.3 -> 0.9.4
...
Was frustrated with https://github.com/Alexays/Waybar/issues/739
2020-10-01 19:49:56 -07:00