nghttp2: more stable url (hopefully)

This commit is contained in:
Domen Kožar 2016-04-11 17:22:28 +01:00
parent 0f48602926
commit b4d3a7f62b

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
# Don't use fetchFromGitHub since this needs a bootstrap curl
src = fetchurl {
url = "http://http.debian.net/debian/pool/main/n/nghttp2/nghttp2_${version}.orig.tar.bz2";
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
sha256 = "10xz3s624w208pr9xgm4ammc8bc5mi17vy4357hjfd5vmmp5m8b0";
};