mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Fix download URL for mdds
This commit is contained in:
parent
2af20dbacf
commit
89a8ae6627
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
name = "mdds-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://multidimalgorithm.googlecode.com/files/mdds_${version}.tar.bz2";
|
||||
url = "http://kohei.us/files/mdds/src/mdds_${version}.tar.bz2";
|
||||
sha256 = "1hp0472mcsgzrz1v60jpywxrrqmpb8bchfsi7ydmp6vypqnr646v";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue