Commit graph

245506 commits

Author SHA1 Message Date
Jonathan Ringer 69f31f3fe6
catfs: init at unstable-2020-03-21 2020-10-23 09:53:11 -07:00
Jonathan Ringer 5473d0c554 python3Packages.starfish: remove due to prolonged breakage 2020-10-02 11:17:22 -07:00
ajs124 aa7f321052
Merge pull request #86030 from khumba/claws-litehtml
claws-mail: add the litehtml_viewer plugin
2020-10-02 19:56:57 +02:00
Lassulus 2f6fba9f6d
Merge pull request #98880 from mrVanDalo/feature/terranix
terranix: init at 2.3.0
2020-10-02 19:54:20 +02:00
Benjamin Staffin 60905342a6
material-shell: 6 -> 7 (#99309) 2020-10-02 13:48:42 -04:00
Anderson Torres 672513d997
Merge pull request #99187 from danieldk/ethash
ethash: remove buildInputs
2020-10-02 14:35:06 -03:00
Martin Weinelt 9eeeb55995
Merge pull request #99217 from mweinelt/home-assistant
homeassistant: 0.114.4 -> 0.115.6
2020-10-02 19:22:18 +02:00
Martin Weinelt 31d9bdf626
homeassistant: 0.114.4 -> 0.115.6
The image component is now part of the default_config dependency tree,
which is why we now require pillow by default.
2020-10-02 19:10:42 +02:00
Ryan Mulligan 6aadae67de
Merge pull request #81550 from scalavision/add-kent-utils-to-bioinf
kent: init at 394
2020-10-02 09:05:51 -07:00
Patrick Hilhorst eb013e679e pcsc-scm-scl: manually correct wrongly automatically changed url 2020-10-02 09:01:35 -07:00
Patrick Hilhorst b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst e9acc776d8 maintainers/scripts: add update_redirected_urls to fix redirected urls using Repology data 2020-10-02 09:01:35 -07:00
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
Ingolf Wagner e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +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