Fix the download link --- reported by Karn Kallio
This commit is contained in:
parent
ad2a2c0986
commit
1e659694c5
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "Botan-${version}.tgz";
|
name = "Botan-${version}.tgz";
|
||||||
url = "http://files.randombit.net/botan/v${baseVersion}/Botan-${version}.tbz";
|
url = "http://files.randombit.net/botan/v${baseVersion}/Botan-${version}.tgz";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user