summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-26 08:50:42 +0100
committerGitHub <noreply@github.com>2020-11-26 08:50:42 +0100
commita50602546e0f72e49d05bc53b866e22273950b3b (patch)
treec46babedd2d989a9ca07be1072add56345bd5f35 /pkgs/applications/terminal-emulators
parent33e714ee77c2e2aa04c5e6f98daa8c0efe5683a1 (diff)
parent213139a180604dc7342bd285dd6fa85c87d2cd01 (diff)
Merge pull request #104988 from r-ryantm/auto-update/hyper
hyper: 2.1.2 -> 3.0.2
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/hyper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/hyper/default.nix b/pkgs/applications/terminal-emulators/hyper/default.nix
index 1535b1a2568e..e5ea0a67f93a 100644
--- a/pkgs/applications/terminal-emulators/hyper/default.nix
+++ b/pkgs/applications/terminal-emulators/hyper/default.nix
@@ -11,11 +11,11 @@ let
];
in
stdenv.mkDerivation rec {
- version = "2.1.2";
+ version = "3.0.2";
pname = "hyper";
src = fetchurl {
url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}_amd64.deb";
- sha256 = "1n4qlbk7q9zkhhg72mdks95g15xgyrc6ixf882ghvrqghd4zxplm";
+ sha256 = "0fv4wv5f8nc739bna83qxmgrvvbyq4w9ch764q2f12wjygrz336p";
};
buildInputs = [ dpkg ];
unpackPhase = ''