about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-04-11 21:20:27 +0100
committerGitHub <noreply@github.com>2022-04-11 21:20:27 +0100
commit658ace27a91d33b14504d7ee602d68f1bec341d7 (patch)
treee52f49424001f794ab2ffd8e98927cbb0db302c0 /pkgs/applications/terminal-emulators
parentade33bad787d0f714d09b427e8bac7317071b924 (diff)
parent6edc4b20c75519176892559aaedb61d1d88404a1 (diff)
Merge pull request #167792 from r-ryantm/auto-update/hyper
hyper: 3.2.0 -> 3.2.1
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 485c1dead14c6..2266e884454b2 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.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 ];