Merge pull request #153128 from mredaelli/master

authored by Sandro and committed by GitHub 00a5cfc3 a475c130

+3 -3
+3 -3
pkgs/applications/terminal-emulators/wezterm/default.nix
··· 26 27 rustPlatform.buildRustPackage rec { 28 pname = "wezterm"; 29 - version = "20211204-082213-a66c61ee9"; 30 31 outputs = [ "out" "terminfo" ]; 32 ··· 35 repo = pname; 36 rev = version; 37 fetchSubmodules = true; 38 - sha256 = "sha256-QKtnOpAW4exDQEFSN0b04hA6TYuC+/C5nIYHCNzfuso="; 39 }; 40 41 postPatch = '' ··· 45 rm -r wezterm-ssh/tests 46 ''; 47 48 - cargoSha256 = "sha256-qSThjV6oBD6joDM0Eppo7z0SL8GHV5SaCaAwXmUIT3I="; 49 50 nativeBuildInputs = [ 51 pkg-config
··· 26 27 rustPlatform.buildRustPackage rec { 28 pname = "wezterm"; 29 + version = "20220101-133340-7edc5b5a"; 30 31 outputs = [ "out" "terminfo" ]; 32 ··· 35 repo = pname; 36 rev = version; 37 fetchSubmodules = true; 38 + sha256 = "sha256-UZCvKbZdZ7K4RtvVLmr44M612tqd4rkrjF2tys0JHNM="; 39 }; 40 41 postPatch = '' ··· 45 rm -r wezterm-ssh/tests 46 ''; 47 48 + cargoSha256 = "1imil15n9mf1r71qdp4cb4q7kzrrc2cspml0d54825yqaq8vjhsc"; 49 50 nativeBuildInputs = [ 51 pkg-config