From e703d8407af8dfce86784abe7888db7c084b6cf0 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Thu, 6 May 2021 10:56:54 +0200 Subject: [PATCH 1/3] wezterm: update to 2021-04-07 --- pkgs/applications/terminal-emulators/wezterm/default.nix | 6 +++--- 1 file 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; }; From 89cb6395b2ecda813c4c905d0c7421ea8342fc16 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Fri, 7 May 2021 01:19:52 +0200 Subject: [PATCH 2/3] Update pkgs/applications/terminal-emulators/wezterm/default.nix Co-authored-by: Sandro --- pkgs/applications/terminal-emulators/wezterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix index 139581581c1..d73f14154a4 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; }; From 4416eeb2b5dba2c74b27a369dd8d29bd60e4227b Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Fri, 7 May 2021 01:29:09 +0200 Subject: [PATCH 3/3] Update cargo sha256 --- pkgs/applications/terminal-emulators/wezterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix index 139581581c1..3a60a0ab674 100644 --- a/pkgs/applications/terminal-emulators/wezterm/default.nix +++ b/pkgs/applications/terminal-emulators/wezterm/default.nix @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage rec { echo ${version} > .tag ''; - cargoSha256 = "sha256-UaXeeuRuQk+CWF936mEAaWTjZuTSRPmxbQ/9E2oZIqg="; + cargoSha256 = "sha256-cbZg2wc3G2ffMQBB6gd0vBbow5GRbXaj8Xh5ga1cMxU="; nativeBuildInputs = [ pkg-config