about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wezterm
diff options
context:
space:
mode:
authorPablo Ovelleiro Corral <github@pablo.tools>2021-05-07 01:19:52 +0200
committerGitHub <noreply@github.com>2021-05-07 01:19:52 +0200
commit89cb6395b2ecda813c4c905d0c7421ea8342fc16 (patch)
tree8e1c6c54bff4fff9cbbe6d0c1cdb2c1334faf4d3 /pkgs/applications/terminal-emulators/wezterm
parente703d8407af8dfce86784abe7888db7c084b6cf0 (diff)
Update pkgs/applications/terminal-emulators/wezterm/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/terminal-emulators/wezterm')
-rw-r--r--pkgs/applications/terminal-emulators/wezterm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix
index 139581581c174..d73f14154a4e2 100644
--- a/pkgs/applications/terminal-emulators/wezterm/default.nix
+++ b/pkgs/applications/terminal-emulators/wezterm/default.nix
@@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
   src = fetchFromGitHub {
     owner = "wez";
     repo = pname;
-    rev = "3f7122cb3f9d2fd92fb836e2f4b2aa7b839b6c86";
+    rev = version;
     sha256 = "9HPhb7Vyy5DwBW1xeA6sEIBmmOXlky9lPShu6ZoixPw=";
     fetchSubmodules = true;
   };