From b2cb244b37138c3714d1b0d68b6c51155f0cce8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Dr=C3=B6ge?= <40316600+FabianGD@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:41:57 +0100 Subject: [PATCH] hyper: 3.1.4 -> 3.2.0 (#158124) Co-authored-by: Sandro --- pkgs/applications/terminal-emulators/hyper/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/terminal-emulators/hyper/default.nix b/pkgs/applications/terminal-emulators/hyper/default.nix index 0b8ca7f40d72..a2b3d13b36a8 100644 --- a/pkgs/applications/terminal-emulators/hyper/default.nix +++ b/pkgs/applications/terminal-emulators/hyper/default.nix @@ -15,11 +15,11 @@ let in stdenv.mkDerivation rec { pname = "hyper"; - version = "3.1.5"; + version = "3.2.0"; src = fetchurl { url = "https://github.com/vercel/hyper/releases/download/v${version}/hyper_${version}_amd64.deb"; - sha256 = "sha256-Pgu09QvP1PnZ13omQlQLVHr3NayhFaQndmsQdLM+W90="; + sha256 = "1ryw3315x0lb60j8nzz78h7zd36r2l1j39hnlfav0p7nq8dhqbpm"; }; nativeBuildInputs = [ dpkg ]; @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A terminal built on web technologies"; homepage = "https://hyper.is/"; - maintainers = with maintainers; [ puffnfresh ]; + maintainers = with maintainers; [ puffnfresh fabiangd ]; license = licenses.mit; platforms = [ "x86_64-linux" ]; };