···34in
35stdenv.mkDerivation rec {
36 name = "${prefix}nghttp2-${version}";
37- version = "1.1.2";
3839 # Don't use fetchFromGitHub since this needs a bootstrap curl
40 src = fetchurl {
41 url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
42- sha256 = "5b218a0d27eeaa6898eb0757b6bbcc643ada2148696d864f185b3123c392904b";
43 };
4445 # Configure script searches for a symbol which does not exist in jemalloc on Darwin
···34in
35stdenv.mkDerivation rec {
36 name = "${prefix}nghttp2-${version}";
37+ version = "1.2.1";
3839 # Don't use fetchFromGitHub since this needs a bootstrap curl
40 src = fetchurl {
41 url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
42+ sha256 = "8027461a231d205394890b2fee34d1c3751e28e7d3f7c1ebc1b557993ea4045e";
43 };
4445 # Configure script searches for a symbol which does not exist in jemalloc on Darwin