3
0
Fork 0
forked from mirrors/nixpkgs

hyper: 3.2.1 -> 3.2.3

This commit is contained in:
R. Ryantm 2022-07-28 14:46:56 +00:00
parent 2d9b7cb5f0
commit 7b1c3759d1

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 ];