summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wezterm/default.nix
diff options
context:
space:
mode:
authorPablo Ovelleiro Corral <github@pablo.tools>2021-05-06 10:56:54 +0200
committerPablo Ovelleiro Corral <github@pablo.tools>2021-05-06 10:56:54 +0200
commite703d8407af8dfce86784abe7888db7c084b6cf0 (patch)
tree711d87d9a50b9890d30378c8f5877a90ea530c0e /pkgs/applications/terminal-emulators/wezterm/default.nix
parent77b82f3535a627a11972035e2c22154a8068d14b (diff)
downloadnixpkgs-e703d8407af8dfce86784abe7888db7c084b6cf0.tar
nixpkgs-e703d8407af8dfce86784abe7888db7c084b6cf0.tar.gz
nixpkgs-e703d8407af8dfce86784abe7888db7c084b6cf0.tar.bz2
nixpkgs-e703d8407af8dfce86784abe7888db7c084b6cf0.tar.lz
nixpkgs-e703d8407af8dfce86784abe7888db7c084b6cf0.tar.xz
nixpkgs-e703d8407af8dfce86784abe7888db7c084b6cf0.tar.zst
nixpkgs-e703d8407af8dfce86784abe7888db7c084b6cf0.zip
wezterm: update to 2021-04-07
Diffstat (limited to 'pkgs/applications/terminal-emulators/wezterm/default.nix')
-rw-r--r--pkgs/applications/terminal-emulators/wezterm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix
index 8b1031bb5b2..139581581c1 100644
--- a/pkgs/applications/terminal-emulators/wezterm/default.nix
+++ b/pkgs/applications/terminal-emulators/wezterm/default.nix
@@ -58,13 +58,13 @@ in
 
 rustPlatform.buildRustPackage rec {
   pname = "wezterm";
-  version = "20210407-nightly";
+  version = "20210502-154244-3f7122cb";
 
   src = fetchFromGitHub {
     owner = "wez";
     repo = pname;
-    rev = "d2419fb99e567e3b260980694cc840a1a3b86922";
-    sha256 = "4tVjrdDlrDPKzcbTYK9vRlzfC9tfvkD+D0aN19A8RWE=";
+    rev = "3f7122cb3f9d2fd92fb836e2f4b2aa7b839b6c86";
+    sha256 = "9HPhb7Vyy5DwBW1xeA6sEIBmmOXlky9lPShu6ZoixPw=";
     fetchSubmodules = true;
   };