summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 23:33:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 23:33:16 +0000
commit90f156d6e1363a0079b1fb154189014fd459ec43 (patch)
treead07f254d86dc9057f5ada9eba5515a86e8c0731 /pkgs/applications/terminal-emulators
parent842a0d94cbb0a385854e15d4f6fde57714981abd (diff)
downloadnixpkgs-90f156d6e1363a0079b1fb154189014fd459ec43.tar
nixpkgs-90f156d6e1363a0079b1fb154189014fd459ec43.tar.gz
nixpkgs-90f156d6e1363a0079b1fb154189014fd459ec43.tar.bz2
nixpkgs-90f156d6e1363a0079b1fb154189014fd459ec43.tar.lz
nixpkgs-90f156d6e1363a0079b1fb154189014fd459ec43.tar.xz
nixpkgs-90f156d6e1363a0079b1fb154189014fd459ec43.tar.zst
nixpkgs-90f156d6e1363a0079b1fb154189014fd459ec43.zip
hyper: 3.1.3 -> 3.1.4
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 1d200824535..423c31fd05b 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.3";
+  version = "3.1.4";
 
   src = fetchurl {
     url = "https://github.com/vercel/hyper/releases/download/v${version}/hyper_${version}_amd64.deb";
-    sha256 = "sha256-w+FISIeGf3K1dnykIEzU3KevyaFNl4X0beT6DdLW+zQ=";
+    sha256 = "sha256-4C0vx4m/ojOJl5ownsbasSFiIrJ9kfJJWh0y4j/DGIQ=";
   };
 
   nativeBuildInputs = [ dpkg ];