forked from mirrors/nixpkgs
mariadb: switch to a working download URL
This commit is contained in:
parent
41648113c8
commit
114b75ce97
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue