mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #121898 from pinpox/update-wezterm
wezterm: update to 2021-04-07
This commit is contained in:
commit
1e76a18478
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue