mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
libmpc: update source URL
This commit is contained in:
parent
809a09eb5e
commit
654542be52
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
name = "libmpc-${version}"; # to avoid clash with the MPD client
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz";
|
||||
url = "https://ftp.gnu.org/gnu/mpc/mpc-${version}.tar.gz";
|
||||
sha256 = "1hzci2zrrd7v3g1jk35qindq05hbl0bhjcyyisq9z209xb3fqzb1";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user