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

hyper: 3.2.0 -> 3.2.1
This commit is contained in:
Thiago Kenji Okada 2022-04-11 21:20:27 +01:00 committed by GitHub
commit 658ace27a9
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.0";
version = "3.2.1";
src = fetchurl {
url = "https://github.com/vercel/hyper/releases/download/v${version}/hyper_${version}_amd64.deb";
sha256 = "1ryw3315x0lb60j8nzz78h7zd36r2l1j39hnlfav0p7nq8dhqbpm";
sha256 = "sha256-nwaJ+lnuHv+Qb/QkKF/9jG8cvq1Z+urz8CPwxSsMmuA=";
};
nativeBuildInputs = [ dpkg ];