Commit Graph

76163 Commits

Author SHA1 Message Date
Chuck
d13360bfb7 lua5: Fix src URLs
The 672c3c1d2a refactor accidentally
dropped the last version component from the source URLs.  This change
puts its back.

$ for lua in lua5_{1,2,3};do nix-instantiate --json --eval . -A $lua.src.urls | jq -r '.[]' | xargs nix-prefetch-url; done

Before this change:

lua-5.1.tar.gz 1hbjhh211p82vhwqhx4mmhmvhv56060acnka80gbmfdk3q3bjnvz (wrong hash because this is lua 5.1.0.  We want 5.1.5 )
lua-5.2.tar.gz HTTP error 404
lua-5.3.tar.gz HTTP error 404

After this change:

lua-5.1.5.tar.gz 0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16
lua-5.2.4.tar.gz 0jwznq0l8qg9wh5grwg07b5cy3lzngvl5m2nl1ikp6vqssmf9qmr <-- Desired hash
lua-5.3.5.tar.gz 1b2qn2rv96nmbm6zab4l877bd4zq7wpwm8drwjiy2ih4jqzysbhc

Converted to base16 with `nix-hash --type sha256 --to-base16`:

lua-5.1.5.tar.gz 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 <-- Desired hash
lua-5.2.4.tar.gz b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b
lua-5.3.5.tar.gz 0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac <-- Desired hash
2020-01-31 18:00:45 -08:00
Marek Mahut
9300e2038d pythonPackages.ConfigArgParse: 0.15.2 -> 1.0 2020-01-28 08:50:27 -08:00
Vincent Laporte
57aaf67b72 ocamlPackages.utop: 2.4.2 → 2.4.3 2020-01-28 17:33:13 +01:00
Taito Horiuchi
a7953f555d pythonPackage.robotframework-requests: 0.6.2 -> 0.6.3 2020-01-28 08:31:09 -08:00
Franz Pletz
f7b45fdfdc
Merge pull request #78056 from mayflower/pkg/platformio-4.1.0
platformio: 4.0.3 -> 4.1.0
2020-01-28 15:14:29 +00:00
Frederik Rietdijk
7562c2112d
Merge pull request #77739 from NixOS/staging-next
Staging next
2020-01-28 14:03:29 +01:00
Mario Rodas
fdf8061b83
Merge pull request #78645 from r-ryantm/auto-update/python2.7-pyspotify
python27Packages.pyspotify: 2.1.2 -> 2.1.3
2020-01-28 07:00:20 -05:00
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Mario Rodas
d8cb4ed910
Merge pull request #78653 from r-ryantm/auto-update/python2.7-pysrt
python27Packages.pysrt: 1.1.1 -> 1.1.2
2020-01-28 00:32:55 -05:00
Matthew Bauer
f14a4d60b7 Revert "clang_7,clang_8,clang_9: fix compilation of HIP-code"
This reverts commit 558af6fbc7.

This was meant for staging. Will apply there.
2020-01-27 23:24:35 -05:00
Matthew Bauer
d4ad868aaa
Merge pull request #78308 from DieGoldeneEnte/clang-hip-patch
clang_7,clang_8,clang_9: fix compilation of HIP-code
2020-01-27 23:15:19 -05:00
R. RyanTM
a6b6fe115e python27Packages.uproot: 3.11.0 -> 3.11.1 2020-01-27 19:02:45 -08:00
R. RyanTM
d6464b8add python27Packages.pysrt: 1.1.1 -> 1.1.2 2020-01-28 03:01:28 +00:00
Ryan Mulligan
2e8018bcff
Merge pull request #78510 from r-ryantm/auto-update/libow
libow: 3.2p1 -> 3.2p3
2020-01-27 18:17:03 -08:00
Mario Rodas
b750d60da3
Merge pull request #78633 from r-ryantm/auto-update/python2.7-deap
python27Packages.deap: 1.3.0 -> 1.3.1
2020-01-27 20:14:28 -05:00
Niklas Hambüchen
d91d400a84
Merge pull request #78644 from nh2/babel-nix-2.2-comment
pythonPackages.Babel: Add comment
2020-01-28 01:32:05 +01:00
R. RyanTM
5a3156c1c6 python27Packages.pyspotify: 2.1.2 -> 2.1.3 2020-01-28 00:20:38 +00:00
Niklas Hambüchen
19ff097181 pythonPackages.Babel: Add comment about #75676 2020-01-28 00:55:33 +01:00
Mario Rodas
e5a015bd85
Merge pull request #78639 from r-ryantm/auto-update/python3.7-django-modelcluster
python37Packages.django_modelcluster: 5.0 -> 5.0.1
2020-01-27 18:32:54 -05:00
R. RyanTM
403813ddaa python27Packages.mozdevice: 3.0.6 -> 3.0.7 2020-01-27 14:56:33 -08:00
R. RyanTM
de84b23e5c python27Packages.braintree: 3.57.1 -> 3.58.0 2020-01-27 14:56:00 -08:00
R. RyanTM
f2d6f567ee python37Packages.django_modelcluster: 5.0 -> 5.0.1 2020-01-27 22:28:25 +00:00
R. RyanTM
da75d85571 python27Packages.deap: 1.3.0 -> 1.3.1 2020-01-27 21:02:19 +00:00
Lancelot SIX
ae9809bfcf
Merge pull request #78631 from r-ryantm/auto-update/python2.7-identify
python27Packages.identify: 1.4.9 -> 1.4.10
2020-01-27 21:24:43 +01:00
R. RyanTM
e29829b2bd python27Packages.identify: 1.4.9 -> 1.4.10 2020-01-27 20:00:39 +00:00
Michael Weiss
a584044855
python38Packages.tatsu: 4.4.0 -> 5.0.0
Changelog: https://github.com/neogeny/TatSu/blob/v5.0.0/CHANGELOG.rst#500--2020-01-26

I've successfully tested the Python 3.7 support with
python3Packages.ics.
2020-01-27 19:29:52 +01:00
Ryan Mulligan
3946ade551
Merge pull request #78607 from Synthetica9/libversion-301
libversion: 2.9.0 -> 3.0.1
2020-01-27 06:31:49 -08:00
Ryan Mulligan
391777b709
Merge pull request #78566 from r-ryantm/auto-update/armadillo
armadillo: 9.800.3 -> 9.800.4
2020-01-27 06:13:40 -08:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Patrick Hilhorst
449c1f88b4
libversion: 2.9.0 -> 3.0.1 2020-01-27 14:30:04 +01:00
Niklas Hambüchen
58480f5c90
Merge pull request #78577 from leo60228/idevicerestore-2019-12-26
libirecovery: 2019-01-28 -> 2020-01-14, idevicerestore: 2019-02-14 -> 2019-12-26
2020-01-27 13:58:09 +01:00
Niklas Hambüchen
b949937fd1 libimobiledevice: 2019-11-29 -> 2020-01-20 2020-01-27 13:56:42 +01:00
Franz Pletz
8c6f35a607
platformio: 4.0.3 -> 4.1.0 2020-01-27 11:50:09 +01:00
Vincent Laporte
e59dcf8cce
Merge pull request #78253 from jpas/CoLoR-1.6.0
coqPackages.CoLoR: 1.4.0 -> 1.7.0
2020-01-27 10:15:28 +01:00
Peter Simons
26dbde5dbc haskell-pandoc: disable test suite when building with ghc-8.8.x
pandoc-2.9.1.1 fails 1 test.
2020-01-27 10:00:45 +01:00
Scriptkiddi
50f3a9f100 precice: fix output and cmake 2020-01-27 09:30:00 +01:00
adisbladis
45158b5c65
poetry2nix: 1.3.0 -> 1.4.0 2020-01-27 07:56:23 +00:00
worldofpeace
a1eca3772c
Merge pull request #78578 from ttuegel/qt-5.11-eol
qt5: remove last vestiges of Qt 5.11
2020-01-26 19:12:07 -05:00
worldofpeace
a7ffeaae61
Merge pull request #78480 from gnidorah/libfprint
libfprint: 1.90 -> 1.0
2020-01-26 18:01:52 -05:00
worldofpeace
1552bc6786
Merge pull request #77709 from dtzWill/update/libsecret-0.20.0
libsecret: 0.19.1 -> 0.20.0
2020-01-26 17:52:55 -05:00
Will Dietz
2cdb790df7
Merge pull request #77487 from dtzWill/update/acpica-iasl-20200110
acpica-tools,iasl: 20191213 -> 20200110
2020-01-26 16:48:19 -06:00
Will Dietz
acc1d39156 libsecret: wrap to 80chars per reviewer request 2020-01-26 16:44:16 -06:00
Timo Kaufmann
e39e304638
Merge pull request #78496 from r-ryantm/auto-update/brial
brial: 1.2.6 -> 1.2.7
2020-01-26 23:28:02 +01:00
Thomas Tuegel
740c780c1d
qt5: remove last vestiges of Qt 5.11
A file was left-over after removing Qt 5.11 at its end-of-life.
2020-01-26 16:06:58 -06:00
leo60228
52ac64f741 libirecovery: 2019-01-28 -> 2020-01-14 2020-01-26 16:37:18 -05:00
Maximilian Bosch
ae6bb48e0a
Merge pull request #78545 from marsam/update-pgformatter
pgformatter: 4.1 -> 4.2
2020-01-26 21:22:13 +01:00
Mario Rodas
8f8797d184 buildpack: 0.6.0 -> 0.7.0
Changelog: https://github.com/buildpacks/pack/releases/tag/v0.7.0
2020-01-26 21:11:12 +01:00
Mario Rodas
cabda88653 tfsec: 0.13.0 -> 0.19.0 2020-01-26 21:10:30 +01:00
Maximilian Bosch
b41b0b26dd
cargo-flamegraph: 0.1.13 -> 0.2.0 2020-01-26 20:23:19 +01:00
Maximilian Bosch
3d085a399c
python3Packages.python-ly: remove myself from maintainer list
While going through my repology feed of package-updates I realized that
I'm still a maintainer of this. Just did an update in e6a9c15fa1
and the package is pretty easy to maintain, but decided to make it clear
that I don't actively maintain this.
2020-01-26 19:52:14 +01:00