about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-30 10:25:16 -0400
committerGitHub <noreply@github.com>2021-10-30 10:25:16 -0400
commitffcff898a6b7e7875f506ed2f5127a9e57997c13 (patch)
treee25a62f6a880495ab2eb7ed59c241cef4aed2acf /pkgs/applications/terminal-emulators
parentebc2a1962b7895d87516f5ebaa6b22d179bf50d8 (diff)
parent90f156d6e1363a0079b1fb154189014fd459ec43 (diff)
Merge pull request #143777 from r-ryantm/auto-update/hyper
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 1d200824535d3..423c31fd05bef 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 ];