summary refs log tree commit diff
diff options
context:
space:
mode:
authorMassimo Redaelli <massimo@typish.io>2022-01-02 00:55:21 +0100
committerMassimo Redaelli <massimo@typish.io>2022-01-02 00:55:21 +0100
commit5dd1000f37ef857a976c8680876c3381d27e61ad (patch)
treea89d50b3dd80c0b29b3a1454c7d074050f112198
parent04ac189b4d8d89ec5f5903a71cccca3e3dece987 (diff)
downloadnixpkgs-5dd1000f37ef857a976c8680876c3381d27e61ad.tar
nixpkgs-5dd1000f37ef857a976c8680876c3381d27e61ad.tar.gz
nixpkgs-5dd1000f37ef857a976c8680876c3381d27e61ad.tar.bz2
nixpkgs-5dd1000f37ef857a976c8680876c3381d27e61ad.tar.lz
nixpkgs-5dd1000f37ef857a976c8680876c3381d27e61ad.tar.xz
nixpkgs-5dd1000f37ef857a976c8680876c3381d27e61ad.tar.zst
nixpkgs-5dd1000f37ef857a976c8680876c3381d27e61ad.zip
wezterm: 20211204-082213-a66c61ee9 -> 20220101-133340-7edc5b5a
-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 6688b6041e0..fc12b1addf6 100644
--- a/pkgs/applications/terminal-emulators/wezterm/default.nix
+++ b/pkgs/applications/terminal-emulators/wezterm/default.nix
@@ -26,7 +26,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wezterm";
-  version = "20211204-082213-a66c61ee9";
+  version = "20220101-133340-7edc5b5a";
 
   outputs = [ "out" "terminfo" ];
 
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
     repo = pname;
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-QKtnOpAW4exDQEFSN0b04hA6TYuC+/C5nIYHCNzfuso=";
+    sha256 = "sha256-UZCvKbZdZ7K4RtvVLmr44M612tqd4rkrjF2tys0JHNM=";
   };
 
   postPatch = ''
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
     rm -r wezterm-ssh/tests
   '';
 
-  cargoSha256 = "sha256-qSThjV6oBD6joDM0Eppo7z0SL8GHV5SaCaAwXmUIT3I=";
+  cargoSha256 = "1imil15n9mf1r71qdp4cb4q7kzrrc2cspml0d54825yqaq8vjhsc";
 
   nativeBuildInputs = [
     pkg-config