Update Botan unstable and fix source link

This commit is contained in:
Michael Raskin 2015-03-17 11:02:44 +03:00
parent 1e4ba025c2
commit 7e285b8b87
2 changed files with 6 additions and 3 deletions

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;
};

View file

@ -2,7 +2,7 @@
callPackage ./generic.nix (args // {
baseVersion = "1.11";
revision = "14";
sha256 = "1laa6d8w9v39a2pfmilj62jwc67r0jbq5f3xdlffd3kvkdnwcysb";
revision = "15";
sha256 = "1rkv84v09llbxyvh33szi7zsjm19l02j7h60n9g7jhhc2w667jk0";
openssl = null;
})