Update pkgs/applications/terminal-emulators/wezterm/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
e703d8407a
commit
89cb6395b2
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "wez";
|
||||
repo = pname;
|
||||
rev = "3f7122cb3f9d2fd92fb836e2f4b2aa7b839b6c86";
|
||||
rev = version;
|
||||
sha256 = "9HPhb7Vyy5DwBW1xeA6sEIBmmOXlky9lPShu6ZoixPw=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue