wezterm: update to 2021-04-07

This commit is contained in:
Pablo Ovelleiro Corral 2021-05-06 10:56:54 +02:00
parent 77b82f3535
commit e703d8407a
No known key found for this signature in database
GPG Key ID: F7C1D57C8464E825

View File

@ -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;
};