about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wezterm
diff options
context:
space:
mode:
authorStefan Junker <mail@stefanjunker.de>2020-11-25 21:57:52 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2020-12-15 12:07:24 +0100
commitb75e7f4b20d0d03f4a01780ec2504cf27303aefd (patch)
tree8e95174f054a3f0fab52045b1ff43e56d9e47af0 /pkgs/applications/terminal-emulators/wezterm
parentb65b04d4ffc39686c4c2cc82d06765c5c835cd29 (diff)
fixup! wezterm: initial package
Diffstat (limited to 'pkgs/applications/terminal-emulators/wezterm')
-rw-r--r--pkgs/applications/terminal-emulators/wezterm/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix
index 7a0cf13b0c780..35b2500c7c979 100644
--- a/pkgs/applications/terminal-emulators/wezterm/default.nix
+++ b/pkgs/applications/terminal-emulators/wezterm/default.nix
@@ -53,8 +53,9 @@ rustPlatform.buildRustPackage {
     repo = pname;
     rev = "3bd8d8c84591f4d015ff9a47ddb478e55c231fda";
     sha256 = "13xf3685kir4p159hsxrqkj9p2lwgfp0n13h9zadslrd44l8b8j8";
+    fetchSubmodules = true;
   };
-  cargoSha256 = "1i983ix7kdq7kd1i14kk3ra7jiihrd7n4pxmfifbj48g3kyxn2pq";
+  cargoSha256 = "1ghjpyd3f5dqi6bblr6d2lihdschpyj5djfd1600hvb41x75lmhx";
 
   nativeBuildInputs = [
     pkg-config