hyper: 1.4.8 -> 2.0.0

This commit is contained in:
Gol D. Roger 2018-04-16 18:15:08 -05:00 committed by GitHub
parent 85422c0f51
commit f72a80ae69
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 = ''