Merge pull request #121898 from pinpox/update-wezterm

wezterm: update to 2021-04-07
This commit is contained in:
Jörg Thalheim 2021-05-11 07:52:26 +01:00 committed by GitHub
commit 1e76a18478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = version;
sha256 = "9HPhb7Vyy5DwBW1xeA6sEIBmmOXlky9lPShu6ZoixPw=";
fetchSubmodules = true;
};
@ -72,7 +72,7 @@ rustPlatform.buildRustPackage rec {
echo ${version} > .tag
'';
cargoSha256 = "sha256-UaXeeuRuQk+CWF936mEAaWTjZuTSRPmxbQ/9E2oZIqg=";
cargoSha256 = "sha256-cbZg2wc3G2ffMQBB6gd0vBbow5GRbXaj8Xh5ga1cMxU=";
nativeBuildInputs = [
pkg-config