hyper: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2022-04-08 00:23:46 +00:00
parent b1a8ce20dd
commit 6edc4b20c7

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