Patrick Hilhorst
b133532434
treewide: remove some trailing whitespace to please ofborg
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
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
Andrey Kuznetsov
f89fcf4d95
vimPlugins.vim-clap: updated cargoSha256
2020-10-01 10:32:22 -07:00
Andrey Kuznetsov
fde08171a8
vimPlugins: update
2020-10-01 10:32:22 -07:00
Andrey Kuznetsov
94e7c10c1e
vimPlugins.completion-tabnine: link to TabNine binary
2020-10-01 10:32:22 -07:00
Andrey Kuznetsov
eac90229f6
vimPlugins.completion-tabnine: init at 2020-10-01
2020-10-01 10:32:22 -07:00
Arnout Engelen
53a8a51074
vscode-extensions.metals: 1.9.0 -> 1.9.4
2020-09-27 11:49:05 -07:00
Hugo Lageneste
6e062ca938
vimPlugins.vimsence: init at 2020-06-30
2020-09-26 18:17:40 -07:00
Hugo Lageneste
93536b4392
vimPlugins: update
2020-09-26 18:17:40 -07:00
Evan Stoll
4eff214a57
vimPlugins.lsp_extensions-nvim: init at 2020-09-06
2020-09-24 11:42:38 -04:00
Evan Stoll
9b98005272
vimPlugins: update
2020-09-24 11:42:09 -04:00
Anderson Torres
c7bc218f02
Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1
...
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23 14:39:53 -03:00
Jamie Magee
460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages
2020-09-23 13:18:44 +02:00
Jamie McClymont
561078189e
mame: make the parallel build reliable
2020-09-22 23:11:29 -07:00
Matt Wittmann
36ad05e8d2
vscode-extensions.haskell.haskell: init at 1.1.0 ( #98251 )
2020-09-23 02:08:22 +02:00
oxalica
11c36334bf
vscode-extensions.vadimcn.vscode-lldb: init at 1.5.3
2020-09-22 09:13:53 -07:00
Jared Tobin
a4c2512d7b
vimPlugins.hoon-vim: init at 2020-02-19
2020-09-21 23:16:44 -07:00
Martin Weinelt
aeab683e38
Merge pull request #98168 from gnidorah/updates
...
update some packages I maintain
2020-09-22 03:59:27 +02:00
oxalica
0e0dc5544c
rust-analyzer: 2020-08-24 -> 2020-09-21
2020-09-21 10:55:15 -07:00
Michele Guerini Rocco
799f149bbf
Merge pull request #98116 from timjrd/sc-controller-0.4.7-rebased
...
sc-controller: fix missing icons (librsvg)
2020-09-21 07:24:01 +02:00
Anderson Torres
198cd8ecc3
Merge pull request #98246 from hongchangwu/tmuxPlugins.tmux
...
tmuxPlugins.nord: init at 0.3.0
2020-09-19 04:09:29 -03:00
Jakub Kądziołka
220490a6b4
sameboy: init at 0.13.6
2020-09-19 09:06:37 +02:00
Hongchang Wu
9583f5295e
tmuxPlugins.nord: init at 0.3.0
2020-09-19 00:26:05 -04:00
Zach Coyle
93fd4b5c6c
vimPlugins.vim-nerdtree-syntax-highlight: init at 2020-07-19
2020-09-18 10:00:41 -07:00
Zach Coyle
aa49a71159
vimPlugins: update
2020-09-18 10:00:41 -07:00
Orivej Desh
19f7f150a4
solfege: fix build with texinfo 6.7
...
makeinfo seems right to fail when input encoding is not declared and is not UTF-8.
texinfo was updated in #95910 .
2020-09-18 10:21:24 +00:00
gnidorah
34e8ce3de5
mame: 0.223 -> 0.224
2020-09-17 16:12:19 +03:00
Timothée Jourde
81c2d88d7a
sc-controller: fixing missing icons (librsvg)
2020-09-16 19:12:16 +02:00
Tom Repetti
89c781cc50
vimPlugins.vim-ocaml: init at 2020-08-20
2020-09-14 20:55:57 -07:00
Tom Repetti
0617d9cfef
vimPlugins: update
2020-09-14 20:55:57 -07:00
Austin Butler
9511b32979
vscode-extensions.ms-python.python: 2020.7.96456 -> 2020.8.103604
2020-09-14 20:51:04 -07:00
Jonathan Ringer
10e2e5be30
vimPlugins.asyncomplete-vim: init at 2020-08-09
2020-09-14 10:37:50 -07:00
Jonathan Ringer
258cbe62f7
vimPlugins: resolve github repository redirects
2020-09-14 10:37:50 -07:00
Jonathan Ringer
b92f79e128
vimPlugins: update
2020-09-14 10:37:50 -07:00
Viacheslav Lotsmanov
68896cd397
vimPlugins.nerdtree-git-plugin: init at 2020-09-11
2020-09-14 10:15:43 -07:00
AndersonTorres
c4b869efc5
openmsx: 0.15.0 -> 16.0
2020-09-11 14:44:42 -03:00
Victor Büttner
2bc02f2925
vimPlugins.asyncomplete-vim: init at 2020-08-09
2020-09-08 14:26:58 -07:00
endorphin
df76747972
vimPlugins.Coqtail: init at 2020-09-08
2020-09-08 13:20:24 -07:00
endorphin
91523d2d8d
vimPlugins: update
2020-09-08 13:20:24 -07:00
Lassulus
326ab94258
Merge pull request #94089 from cixel/patch-1
...
tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25
2020-09-08 21:13:09 +02:00
Marek Mahut
1cfc9df481
Merge pull request #96459 from sorki/novena_uboot_products
...
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
2020-09-08 21:12:35 +02:00
Robert Scott
45a4fa7dba
Merge pull request #92978 from S-NA/updates/sndio-1.7.0
...
sndio: 1.6.0 -> 1.7.0
2020-09-06 11:38:32 +01:00
Maximilian Bosch
5998a16b14
epson-escpr2: 1.1.15 -> 1.1.17
2020-09-06 11:23:23 +02:00
Jake Waksbaum
92e990a8d6
vimPlugins: Inherit meta from node plugins
2020-09-05 18:24:24 -07:00
S. Nordin Abouzahra
96bd235e2f
sndio: fix up for Darwin
...
Applying the suggestion by @risicle to use fixDarwinDylibNames instead
of manually chasing the exact .dylib name in postFixup.
2020-09-05 19:25:24 -04:00
S. Nordin Abouzahra
bc57f6d2e5
sndio: 1.6.0 -> 1.7.0
...
Updates sndio to the latest version.
2020-09-05 19:25:24 -04:00
Alexander V. Nikolaev
e049f91e10
wineUnstable: 5.15 -> 5.16
2020-09-05 14:14:39 -04:00