Update autobuild URL
Only tested building autobuild.src, succeeds now, failed before. Fixes #99.
This commit is contained in:
parent
443d65df34
commit
10aa2bd5c3
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "autobuild-3.5";
|
name = "autobuild-3.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://josefsson.org/autobuild/releases/${name}.tar.gz";
|
url = "http://savannah.spinellicreations.com/autobuild/${name}.tar.gz";
|
||||||
sha256 = "0ik13913x1yj8lsaf65chpiw13brl3q6kx7s1fa41a7s2krl1xvi";
|
sha256 = "0ik13913x1yj8lsaf65chpiw13brl3q6kx7s1fa41a7s2krl1xvi";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user