1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mariadb: switch to a working download URL

This commit is contained in:
Vladimír Čunát 2014-06-22 15:28:44 +02:00
parent 41648113c8
commit 114b75ce97

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "10.0.11";
src = fetchurl {
url = "https://fossies.org/linux/misc/${name}.tar.gz";
url = "https://downloads.mariadb.org/interstitial/mariadb-${version}/source/mariadb-${version}.tar.gz";
sha256 = "1p8h06kns30rlbnzw9ddmihs7r3jhp8xlrl4r6h5d107wkcw86v3";
};