Merge pull request #153128 from mredaelli/master

This commit is contained in:
Sandro 2022-01-02 12:57:24 +01:00 committed by GitHub
commit 00a5cfc306
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 = "20211204-082213-a66c61ee9";
version = "20220101-133340-7edc5b5a";
outputs = [ "out" "terminfo" ];
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "sha256-QKtnOpAW4exDQEFSN0b04hA6TYuC+/C5nIYHCNzfuso=";
sha256 = "sha256-UZCvKbZdZ7K4RtvVLmr44M612tqd4rkrjF2tys0JHNM=";
};
postPatch = ''
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
rm -r wezterm-ssh/tests
'';
cargoSha256 = "sha256-qSThjV6oBD6joDM0Eppo7z0SL8GHV5SaCaAwXmUIT3I=";
cargoSha256 = "1imil15n9mf1r71qdp4cb4q7kzrrc2cspml0d54825yqaq8vjhsc";
nativeBuildInputs = [
pkg-config