3
0
Fork 0
forked from mirrors/nixpkgs

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

hyper: 3.2.1 -> 3.2.3
This commit is contained in:
Christian Kögler 2022-08-04 23:07:32 +02:00 committed by GitHub
commit f743f261c0
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.2.1";
version = "3.2.3";
src = fetchurl {
url = "https://github.com/vercel/hyper/releases/download/v${version}/hyper_${version}_amd64.deb";
sha256 = "sha256-nwaJ+lnuHv+Qb/QkKF/9jG8cvq1Z+urz8CPwxSsMmuA=";
sha256 = "sha256-CHLkHH9u5YWlmRDa4H3ymqg1YMBYjo+kuxpu0OVv4E8=";
};
nativeBuildInputs = [ dpkg ];