edgetx: 2.7.1 -> 2.7.2

This commit is contained in:
R. Ryantm 2022-11-26 04:05:07 +00:00 committed by Bobby Rong
parent c447a68b7e
commit 1b81002988

View file

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