Commit Graph

3358 Commits

Author SHA1 Message Date
Jan Tojnar
956a43990e
phpExtensions.blackfire: init at 1.40.0 2020-10-07 10:44:54 +02:00
Jan Tojnar
9ce350cdcc
blackfire: init at 1.44.0 2020-10-07 10:44:53 +02:00
Vladyslav M
3f01bf51e7
strace: 5.8 -> 5.9 2020-10-03 22:57:28 +03: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
TANIGUCHI Kohei
ec0f69b0a9 chruby-fish: init at 0.8.2 2020-09-30 22:49:35 +09:00
Mario Rodas
3b1f5dc50f act: 0.2.13 -> 0.2.15 2020-09-28 04:20:00 +00:00
R. RyanTM
047484d772
argbash: 2.9.0 -> 2.10.0 (#98669) 2020-09-24 21:58:51 +00:00
R. RyanTM
442cbdd9ac global: 6.6.4 -> 6.6.5 2020-09-23 04:17:51 +00:00
Lassulus
b19f6797f6
Merge pull request #97018 from evils/openocd
openocd: 0.10.0 -> 2020-09-02
2020-09-17 21:49:02 +02:00
Doron Behar
c69187375f
Merge pull request #97089 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.9321 -> 0.1.9454
2020-09-11 12:31:04 +03:00
zowoq
dfb0dff86c hound:use upstream vendor 2020-09-08 16:32:39 +10:00
Vladimír Čunát
c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
zowoq
02e6ed4b62 scc: 2.12.0 -> 2.13.0
https://github.com/boyter/scc/releases/tag/v2.13.0
2020-09-07 15:19:22 +10:00
Mario Rodas
68a551e194
Merge pull request #97315 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.6.1 -> 0.7.0
2020-09-06 23:17:52 -05:00
Frederik Rietdijk
d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Vladimír Čunát
b23940e514
texinfo: revert to version 6.5 on Darwin
It's basically a partial revert of PR #95910.
I chose a temporar-ish solution, maximizing likelihood of fixing
this while minimizing rebuilds.  (20.09 process is being blocked)
2020-09-06 09:43:32 +02:00
Daniël de Kok
53a3f7aba7
Merge pull request #97013 from siraben/knightos-tools
Move KnightOS packages into pkgs/tools/knightos
2020-09-06 08:41:36 +02:00
Ben Siraphob
abedb5c42f Move KnightOS packages into folder 2020-09-06 08:37:49 +02:00
Ryan Mulligan
4b4ba51af8
Merge pull request #97094 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200819T134828 -> 20200828T065654
2020-09-05 14:29:39 -07:00
R. RyanTM
436b3a435c terraform-ls: 0.6.1 -> 0.7.0 2020-09-05 19:26:24 +00:00
Jan Tojnar
346dee1a96
Merge branch 'master' into staging-next 2020-09-05 00:31:19 +02:00
Tom Repetti
e3e39aa84e svls: init at 0.1.17 2020-09-04 12:10:14 -07:00
Frederik Rietdijk
af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Christian Kampka
07703d13ad intltool: add perl to propagatedBuildInputs 2020-09-04 20:02:18 +02:00
R. RyanTM
49b2bc632c asls: 0.4.2 -> 0.5.0 2020-09-04 09:05:32 -07:00
R. RyanTM
dc1cadadb5 clojure-lsp: 20200819T134828 -> 20200828T065654 2020-09-04 08:16:31 +00:00
R. RyanTM
568f50aaec circleci-cli: 0.1.9321 -> 0.1.9454 2020-09-04 07:59:08 +00:00
Maximilian Bosch
1c55613cd7
hydra-unstable: 2020-08-04 -> 2020-09-02
Needed to fix Hydra with latest `nixUnstable`.
2020-09-03 22:34:13 +02:00
Christian Kampka
e7208291d2
intltool: fix cross-platform build 2020-09-03 15:59:38 +02:00
Evils
0e79ce0751 openocd: 0.10.0 -> 2020-09-02
latest release is 3.5 years old but the project is still active
2020-09-03 15:26:10 +02:00
Jörg Thalheim
7a0a9a59d3
Merge pull request #95910 from kampka/texinfo 2020-09-03 07:42:28 +01:00
Frederik Rietdijk
e29c1e42e0 Merge staging-next into staging 2020-08-31 19:46:33 +02:00
Mario Rodas
86516c4cf3
Merge pull request #96841 from r-ryantm/auto-update/act
act: 0.2.10 -> 0.2.13
2020-08-31 12:10:22 -05:00
R. RyanTM
6c47cb6797 swig4: 4.0.1 -> 4.0.2 2020-08-31 17:10:48 +02:00
R. RyanTM
14ccd5aa29 act: 0.2.10 -> 0.2.13 2020-08-31 14:17:59 +00:00
Orivej Desh
8dc54c1d3e objconv: 2.51 -> 2.52 2020-08-30 18:37:34 +00:00
Frederik Rietdijk
782ff21ae3 Merge staging-next into staging 2020-08-29 13:31:47 +02:00
Daniël de Kok
44780f34e4
Merge pull request #95890 from siraben/kimg-init
kimg: init at 0.3.0
2020-08-28 13:05:29 +02:00
Ben Siraphob
a105fd3820 kimg: init at 0.3.0 2020-08-28 12:14:31 +02:00
Pierre Bourdon
f38ed04f0c
patchelf: 0.11 -> 0.12 2020-08-28 02:35:55 +02:00
Frederik Rietdijk
52095e171f Merge master into staging-next 2020-08-27 08:36:41 +02:00
Ryan Mulligan
6004c469e5
Merge pull request #95846 from siraben/kpack
kpack: init at 1.1.0
2020-08-26 20:02:48 -07:00
zimbatm
2f5277d92e
nix-build-uncached: remove the nix wrap (#96357)
Nix is one of those few things where it's actually better to use the
version that is on the host. This avoids having to deal with Nix
compatibility issues, and download a second version of Nix on hosts like
GitHub Actions.
2020-08-26 21:57:28 +02:00
Jonathan Ringer
62f046e902
Merge master into staging-next 2020-08-25 09:16:30 -07:00
Mario Rodas
1fb910214b
Merge pull request #96170 from marsam/init-terraformer
terraformer: init at 0.8.8
2020-08-24 18:28:03 -05:00
Mario Rodas
fc3ca3964a
Merge pull request #96158 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.6.0 -> 0.6.1
2020-08-24 06:54:43 -05:00
Frederik Rietdijk
101501ec10 Merge staging-next into staging 2020-08-24 11:56:04 +02:00
R. RyanTM
9913501999 terraform-ls: 0.6.0 -> 0.6.1 2020-08-24 09:53:40 +00:00
Daniël de Kok
f29f07de67
Merge pull request #91552 from m-labs/itmdump-0.3.1
itm-tools: init at 2019-11-15
2020-08-24 08:43:16 +02:00
Harry Ho
e803a0cf6c itm-tools: init at 2019-11-15 2020-08-24 14:14:56 +08:00