mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 {
|
||||
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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue