wezterm: 20210502-154244-3f7122cb -> 20210814-124438-54e29167

This commit is contained in:
Sandro Jäckel 2021-08-15 15:49:50 +02:00
parent 3ddf009748
commit 8079e99453
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -59,13 +59,13 @@ in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wezterm"; pname = "wezterm";
version = "20210502-154244-3f7122cb"; version = "20210814-124438-54e29167";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wez"; owner = "wez";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "9HPhb7Vyy5DwBW1xeA6sEIBmmOXlky9lPShu6ZoixPw="; sha256 = "sha256-6HXTftgAs6JMzOMCY+laN74in8xfjE8yJc5xSl9PQCE=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
echo ${version} > .tag echo ${version} > .tag
''; '';
cargoSha256 = "sha256-cbZg2wc3G2ffMQBB6gd0vBbow5GRbXaj8Xh5ga1cMxU="; cargoSha256 = "sha256-yjTrWoqIKoRV4oZQ0mfTGrIGmm89AaKJd16WL1Ozhnw=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config