Merge pull request #164924 from SuperSandro2000/wezterm

This commit is contained in:
Sandro 2022-03-20 04:13:40 +01:00 committed by GitHub
commit 258a832a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
rustPlatform.buildRustPackage rec {
pname = "wezterm";
version = "20220101-133340-7edc5b5a";
version = "20220319-142410-0fcdea07";
outputs = [ "out" "terminfo" ];
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "sha256-UZCvKbZdZ7K4RtvVLmr44M612tqd4rkrjF2tys0JHNM=";
sha256 = "sha256-KmIlfzSbVY003WesodN5srJ7qEQaU93izmrZW1MobCo=";
};
postPatch = ''
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
rm -r wezterm-ssh/tests
'';
cargoSha256 = "1imil15n9mf1r71qdp4cb4q7kzrrc2cspml0d54825yqaq8vjhsc";
cargoSha256 = "sha256-+Iu6/pd14O1QIsLkHe7fTP30XyI+8J0GiRY8cnRPS5I=";
nativeBuildInputs = [
pkg-config