11158 Commits

Author SHA1 Message Date
Maximilian Bosch
8045baf09d
rr: 5.2.0 -> 5.3.0, fix build w/glibc-2.30 2020-01-23 00:21:21 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Pascal Wittmann
00482247e1
Merge pull request #78200 from r-ryantm/auto-update/icmake
icmake: 9.02.09 -> 9.03.01
2020-01-22 08:55:37 +01:00
Sebastian Jordan
5de2bff50a pypi2nix: 2.0.3 -> 2.0.4 2020-01-21 21:19:09 +01:00
R. RyanTM
aed4be2de3 icmake: 9.02.09 -> 9.03.01 2020-01-21 18:55:15 +00:00
Mario Rodas
f164e688a4
Merge pull request #78005 from marsam/update-flow
flow: 0.114.0 -> 0.116.1
2020-01-20 21:27:06 -05:00
blargg
5e34af0f31 cargo-crev: 0.13.0 -> 0.15.0 2020-01-20 16:11:57 -06:00
Mario Rodas
5f3a55cef7
Merge pull request #77899 from r-ryantm/auto-update/rebar
rebar: 2.5.1 -> 2.6.4
2020-01-20 07:29:45 -05:00
Max Wittig
489f823ac7 gitlab-runner: 12.6.0 -> 12.7.0 (#78089) 2020-01-20 10:43:41 +00:00
Mario Rodas
7867005552
pg_checksums: init at 1.0 2020-01-18 21:21:21 -05:00
Florian Klink
eba10dcbcb
Merge pull request #77950 from flokli/buildkite-3
nixos/buildkite-agent: move to v3
2020-01-19 14:23:49 +01:00
zowoq
bbc144aa21 dive: 0.9.0 -> 0.9.1 2020-01-19 09:14:17 +10:00
Mario Rodas
f19f50b6ea
flow: 0.114.0 -> 0.116.1 2020-01-18 16:21:00 -05:00
Mario Rodas
9e9095c8e3
Merge pull request #77958 from seppeljordan/bump-pypi2nix-to-2.0.3
pypi2nix: 2.0.2 -> 2.0.3
2020-01-18 15:05:26 -05:00
Mario Rodas
f5c6606287
Merge pull request #77955 from ericdallo/update-clojure-lsp
clojure-lsp: 20200114T225020 -> 20200117T215443
2020-01-18 07:54:33 -05:00
Sebastian Jordan
5adcd5cbb7 pypi2nix: 2.0.2 -> 2.0.3 2020-01-18 01:08:35 +01:00
Maximilian Bosch
ac65998957
wabt: 1.0.12 -> 1.0.13
https://github.com/WebAssembly/wabt/releases/tag/1.0.13
2020-01-17 23:58:02 +01:00
Eric Dallo
e2df20c217 clojure-lsp: 20200114T225020 -> 20200117T215443 2020-01-17 19:24:57 -03:00
(cdep)illabout
a7c1908226 spago: 0.13.0 -> 0.13.1 2020-01-17 21:13:19 +01:00
Maximilian Bosch
4c58a2d2c7
cargo-make: 0.26.0 -> 0.26.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.1
2020-01-17 20:15:33 +01:00
Yorick van Pelt
8f19d72113 buildkite-agent2: remove package
The latest 2.x release was in Jan 2018.
2020-01-17 18:40:11 +01:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Peter Hoeg
9290d1f4cb
Merge pull request #77695 from nyanloutre/usb-modeswitch
usb-modeswitch: fix configurable patch
2020-01-17 21:46:03 +08:00
Will Dietz
f38e103411 elfinfo: 0.7.6 -> 1.0.1 2020-01-17 13:59:18 +01:00
Jörg Thalheim
15dbf5221f
pwndbg: 2019.01.25 -> 2019.12.09 (#77896)
pwndbg: 2019.01.25 -> 2019.12.09
2020-01-17 11:54:05 +00:00
R. RyanTM
a98253f848 rebar: 2.5.1 -> 2.6.4 2020-01-17 10:22:22 +00:00
R. RyanTM
a4c0b61fe2 pwndbg: 2019.01.25 -> 2019.12.09 2020-01-17 10:03:41 +00:00
R. RyanTM
b8d0312b5f coz: 0.2.0 -> 0.2.1 (#77870) 2020-01-17 09:58:52 +00:00
Mario Rodas
832082198e
Merge pull request #77789 from kuznero/kuznero/kind
kind: 0.6.1 -> 0.7.0
2020-01-16 20:44:51 -05:00
arcnmx
19e37edc78 geckodriver: 0.22.0 -> 0.26.0 2020-01-16 21:33:35 +00:00
Roman Kuznetsov
30de00b7ae
kind: 0.6.1 -> 0.7.0 2020-01-16 21:16:42 +01:00
Mario Rodas
560f6943a2 opam: 2.0.5 -> 2.0.6
Changelog: https://github.com/ocaml/opam/blob/2.0.6/CHANGES
2020-01-16 15:35:29 +01:00
Mario Rodas
98c22e50cd dune_2: 2.1.2 -> 2.1.3
Changelog: https://github.com/ocaml/dune/releases/tag/2.1.3
2020-01-16 14:20:19 +01:00
Mario Rodas
fcba2da348
Merge pull request #77795 from marsam/update-reviewdog
reviewdog: 0.9.15 -> 0.9.17
2020-01-16 07:54:57 -05:00
Mario Rodas
7952248b58
reviewdog: 0.9.15 -> 0.9.17 2020-01-15 18:18:18 -05:00
Eric Dallo
97527050ac clojure-lsp: 20200109T185134 -> 20200114T225020 2020-01-15 19:15:59 -03:00
Mark Karpov
24e5a5f5d9
Use buildkite agent 3.17.0 2020-01-15 17:04:41 +01:00
Jörg Thalheim
4a575521a3
git-quick-stats: 2.0.11 -> 2.0.12 (#77758)
git-quick-stats: 2.0.11 -> 2.0.12
2020-01-15 14:57:26 +00:00
R. RyanTM
19fbca143a git-quick-stats: 2.0.11 -> 2.0.12 2020-01-15 12:47:10 +00:00
Mario Rodas
ddb0eaf5a1
Merge pull request #77737 from r-ryantm/auto-update/cargo-bloat
cargo-bloat: 0.9.1 -> 0.9.2
2020-01-15 04:54:03 -05:00
Mario Rodas
312edfe6e6
Merge pull request #77715 from marsam/update-buildah
buildah: 1.12.0 -> 1.13.1
2020-01-15 04:52:41 -05:00
Frederik Rietdijk
bc18cc72dd
Merge pull request #77610 from LnL7/darwin-stdenv-python3
darwin-stdenv: bootstrap with python3
2020-01-15 09:24:57 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
R. RyanTM
b0f0c89f13 cargo-bloat: 0.9.1 -> 0.9.2 2020-01-15 08:21:53 +00:00
Kevin Amado
a892d9617d prospector: init at 1.2.0 2020-01-14 21:26:34 -08:00
Mario Rodas
9e3456a58e
buildah: 1.12.0 -> 1.13.1
Changelog:
- https://github.com/containers/buildah/releases/tag/v1.13.0
- https://github.com/containers/buildah/releases/tag/v1.13.1
2020-01-14 22:22:22 -05:00
Mario Rodas
6f545410b5
Merge pull request #77672 from active-group/unbreak-vagrant-macos
vagrant: Unbreak replacing symlinks on macOS
2020-01-14 21:51:26 -05:00
Mike Sperber
1bea1a30b5 vagrant: Unbreak replacing symlinks on macOS
On a local installation on macOS, "cp -a" creates a write-protected
directory, which can't be renamed.  Do a "chmod +w" to unbreak.

Fixes #77671.
2020-01-14 13:15:17 +01:00
Frederik Rietdijk
05962c4ad5 Merge master into staging-next 2020-01-14 10:20:32 +01:00
Luka Blaskovic
820a197b5f gnum4: fix build with glibc>=2.28 2020-01-14 08:26:59 +00:00