Merge pull request #30513 from frontsideair/hyper-1.4.8

hyper: 1.4.3 -> 1.4.8
This commit is contained in:
Jörg Thalheim 2017-10-17 16:59:43 +01:00 committed by GitHub
commit 3aa833e6a1

View File

@ -12,11 +12,11 @@ let
];
in
stdenv.mkDerivation rec {
version = "1.4.3";
version = "1.4.8";
name = "hyper-${version}";
src = fetchurl {
url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}_amd64.deb";
sha256 = "0f0qxhvwwcpsjnv1rgmdzdl5jwfprnd7fjnd6sb8liq250pij3ld";
sha256 = "0v31z3p5h3qr8likifbq9kk08fpfyf8g1hrz6f6v90z4b2yhkf51";
};
buildInputs = [ dpkg ];
unpackPhase = ''