about summary refs log tree commit diff
path: root/pkgs/build-support/fetchurl
Commit message (Collapse)AuthorAge
* fetchurl: assert required Nix version for sha512Domen Kožar2016-04-14
|
* fetchurl: Support SHA-512 hashesEelco Dolstra2016-04-13
|
* fetchurlBoot: Use Nix's builtin fetchurl functionEelco Dolstra2016-02-27
| | | | | This removes the need for curl in bootstrapTools, and enables https for bootstrap tarballs.
* fetchurl: use kernel.org cdn by defaultTony White2016-02-26
| | | | | | | - use http://cdn.kernel.org/pub/ as the default mirror for kernel source requests. Discovered by browsing : https://www.kernel.org/introducing-fastly-cdn.html
* Merge pull request #13111 from tsion/simplify-assertzimbatm2016-02-23
|\ | | | | Simplify fetchurl assertion logic.
| * Require at least one of url or urls in fetchurl.Scott Olson2016-02-19
| |
| * Simplify fetchurl assertion logic.Scott Olson2016-02-18
| | | | | | | | | | | | The two lines I removed technically assert the exact same thing, since `!a -> b` is equivalent to `a || b`. So, I replaced the two lines with the more symmetric form to make it clearer.
* | steamPackages.runtime: use mirrors, add my mirrorNikolay Amiantov2016-02-19
|/
* fetchurl: support executablesDomen Kožar2016-01-19
|
* fetchurl: Always use tarballs.nixos.orgEelco Dolstra2015-12-10
| | | | | | Otherwise, if the upstream mirror changes (rather than deletes) a file, then tarballs.nixos.org won't be used even if it has a copy of the original file, and so we'll get a hash mismatch.
* Update list of gnupg.org mirror sites.Peter Simons2015-12-04
| | | | | | The list we had before contained a lot of junk, i.e. sites that were no longer online or no longer in sync. The new list of sites comes from https://gnupg.org/download/index.html.
* r-modules: use HTTPS, allow passing args from generated set, use MRANNikolay Amiantov2015-11-25
|
* fetchurl/builder.sh: style fix, close #10260ts4682015-10-07
|
* mirrors: add httpredir.debian.org as the first debian mirror宋文武2015-09-08
|
* cassandra: use mirrorsTobias Geerinckx-Rice2015-09-02
| | | | | | | | | Upstream likes to move "old" releases to an archive mirror as soon as a new one is released. This is now handled for free by mirrors.nix. (No idea why cs.utah.edu was used to begin with; it's now added to mirrors.nix. Note that it doesn't support SSL, but that applies to several others so I don't see the harm.)
* mirrors: more imagemagick mirrors (close #8695)John Chee2015-07-18
| | | | This is more-or-less the mirrors modifications from #8302.
* R: improve support for CRAN and Bioconductor package setsPeter Simons2015-06-17
| | | | | | - Update the instructions for re-generating each of the package set files. - Provide test-evaluation.nix expression to verify that the package sets evaluates. - Update list of known broken packages.
* R: add support for Bioconductor packagesJeffrey David Johnson2015-06-17
|
* imagemagick: remove mirrors that don't workVladimír Čunát2015-06-15
| | | | /cc #8302.
* sourceforge: remove unreachable mirrorsPascal Wittmann2015-06-11
|
* cran: remove bad mirrorMateusz Kowalczyk2015-06-10
| | | | Gives ‘welcome to nginix’ pages
* fetchurl: allow adding meta info; fetchFrom*: add meta.homepageJan Malakhovski2015-05-24
| | | | | | The point of this is to be able to do `meta.homepage = src.meta.homepage;` instead of the usual copy-paste for the packages that are hosted on these hosting services.
* Get rid of fetchurlGnomeRyan Mulligan2015-04-04
| | | | closes #1707
* fetchurl: fix typo from 105154afed pushed todayVladimír Čunát2015-02-22
|
* fetchurl: build the mirror list locallyVladimír Čunát2015-02-22
|
* R: update mirrorsNikolay Amiantov2015-02-18
|
* mirrors: move more reliable postgresql mirror upFlorian Friesdorf2015-02-14
| | | | Picked from #6101.
* Add Fedora 21Eelco Dolstra2015-02-10
|
* fetchurl: collate samba project urls into a mirrorEdward Tjörnhammar2015-02-08
|
* solr: 4.10.2 -> 4.10.3, CVE-2014-3628Domen Kožar2015-02-04
| | | | | (cherry picked from commit 4fa25ee93a45df61d97cf7ddd0149bbd954216d0) Signed-off-by: Domen Kožar <domen@dev.si>
* gpgme: use different mirrorCharles Strahan2015-01-24
|
* fetchurl: add mirrors for OpenBSD (close #5551)Franz Pletz2015-01-20
| | | | This changes source URLs for openssh and libressl accordingly.
* Added mirrors for MySQL.vi2014-12-17
|
* imagemagick: use a stable URL, reshuffle mirrorsVladimír Čunát2014-11-26
| | | | CC: #5133.
* fetchurl: friendly message if hash is not givenDomen Kožar2014-11-23
|
* Add mirrors for sageJoachim Fasting2014-11-03
|
* Added an up-to-date http debian mirror for those without ftp access.Raffael Mancini2014-10-25
|
* Adding fetchurl mirrors for roy marples projects(dhcpcd, openresolv)Edward Tjörnhammar2014-10-23
|
* fix fetchurlAristid Breitkreuz2014-10-05
|
* fetchurl: fix mirroring after ecf5a08831f18e3ae2fc857c70d60fc11f622dd6Domen Kožar2014-10-05
|
* fetchurl: resume download of curl exits with status code 18Domen Kožar2014-10-01
|
* Add http mirror for postgresql.Patrick Mahoney2014-08-14
|
* Fixed main Savannah mirror directoryIgor Pashev2014-07-14
|
* Removed CRAN mirror that was incorrectly handling 404 errors, causingJustin Bedo2014-07-08
| | | | builder to abort.
* Merge pull request #2871 from auntieNeo/kochi-substituteMichael Raskin2014-06-30
|\ | | | | Added Kochi substitute Japanese font package
| * Added mirrors for sourceforge.jp.Jonathan Glines2014-06-08
| |
* | Add hackage mirror to mirrors.nixBenno Fünfstück2014-06-21
|/
* fetchurl: Fix typo in comment (close #2591)Linquize2014-05-13
|
* fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra2014-05-09
| | | | Also clean up the name attribute of fetchzip derivations a bit.
* Add a function "fetchzip"Eelco Dolstra2014-05-08
| | | | | | | | | | | | | This function downloads and unpacks a file in one fixed-output derivation. This is primarily useful for dynamically generated zip files, such as GitHub's /archive URLs, where the unpacked content of the zip file doesn't change, but the zip file itself may (e.g. due to minor changes in the compression algorithm, or changes in timestamps). Fetchzip is implemented by extending fetchurl with a "postFetch" hook that is executed after the file has been downloaded. This hook can thus perform arbitrary checks or transformations on the downloaded file.