Skip to content

Commit

Permalink
Merge NixOS#27076: mariadb: fix URL for source tarball
Browse files Browse the repository at this point in the history
Not even all their mirrors serve our version, unfortunately.
  • Loading branch information
vcunat committed Jul 3, 2017
2 parents 69da180 + cb9fe8c commit cc83f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/servers/sql/mariadb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ common = rec { # attributes common to both builds
version = "10.1.21";

src = fetchurl {
url = "https://downloads.mariadb.org/interstitial/mariadb-${version}/source/mariadb-${version}.tar.gz";
url = "https://downloads.mariadb.org/f/mariadb-${version}/source/mariadb-${version}.tar.gz/from/http%3A//ftp.hosteurope.de/mirror/archive.mariadb.org/?serve";
sha256 = "144lcm5awcf0k6a7saqfr4p2kg8r5wbdhdm4cmn2m8hyg1an70as";
name = "mariadb-${version}.tar.gz";
};

prePatch = ''
Expand Down

0 comments on commit cc83f35

Please sign in to comment.