Merge pull request #54189 from r-ryantm/auto-update/hyper

hyper: 2.1.0 -> 2.1.1
This commit is contained in:
Ryan Mulligan 2019-01-21 12:09:21 -08:00 committed by GitHub
commit 09ce2fd0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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