Merge pull request #183819 from wucke13/edgetx-companion

edgetx: 2.6.0 -> 2.7.1
This commit is contained in:
Jonas Heinrich 2022-08-21 13:01:49 +02:00 committed by GitHub
commit df27e62a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
mkDerivation rec {
pname = "edgetx";
version = "2.6.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "EdgeTX";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-TffHFgr3g7v4VnNSSlLITz4cYjHM6wE0aI85W1g4IFA=";
sha256 = "sha256-1l5EoDY17+2PDS3eRT3CHksVoZQgNLV9vRDu7nfzlrE=";
};
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];