Fix the download link --- reported by Karn Kallio

This commit is contained in:
Michael Raskin 2015-01-09 20:26:47 +03:00
parent ad2a2c0986
commit 1e659694c5

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
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;
};