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

hyper: 3.3.0 -> 3.4.1
This commit is contained in:
Weijia Wang 2023-01-23 16:24:09 +01:00 committed by GitHub
commit a78c5591c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@ let
in
stdenv.mkDerivation rec {
pname = "hyper";
version = "3.3.0";
version = "3.4.1";
src = fetchurl {
url = "https://github.com/vercel/hyper/releases/download/v${version}/hyper_${version}_amd64.deb";
sha256 = "sha256-VJAFa4I5nHuS/aXhiiXztUh2MjCq5zdwCtK0oSsOrGQ=";
sha256 = "sha256-jEzZ6MWFaNXBS8CAzfn/ufMPpWcua9HhBFzetWMlH1Y=";
};
nativeBuildInputs = [ dpkg ];