Update Botan unstable and fix source link

This commit is contained in:
Michael Raskin
2015-03-17 11:02:56 +03:00
parent 1e4ba025c2
commit 7e285b8b87
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
src = fetchurl {
name = "Botan-${version}.tgz";
url = "http://files.randombit.net/botan/v${baseVersion}/Botan-${version}.tgz";
urls = [
"http://files.randombit.net/botan/v${baseVersion}/Botan-${version}.tgz"
"http://botan.randombit.net/releases/Botan-${version}.tgz"
];
inherit sha256;
};