Merge branch 'update-wezterm' of github.com:pinpox/nixpkgs into update-wezterm

This commit is contained in:
Pablo Ovelleiro Corral 2021-05-07 01:33:19 +02:00
commit 5758ed3c5c
No known key found for this signature in database
GPG Key ID: F7C1D57C8464E825

View File

@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "wez";
repo = pname;
rev = "3f7122cb3f9d2fd92fb836e2f4b2aa7b839b6c86";
rev = version;
sha256 = "9HPhb7Vyy5DwBW1xeA6sEIBmmOXlky9lPShu6ZoixPw=";
fetchSubmodules = true;
};