Merge pull request #39024 from KingOfThePirates/patch-1

hyper: 1.4.8 -> 2.0.0
This commit is contained in:
Graham Christensen 2018-04-16 22:35:47 -04:00 committed by GitHub
commit 78b2345bf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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