edgetx: 2.11.0-rc3 -> 2.11.2

adds pl18u and st16 simulators
This commit is contained in:
Joshua Perry 2025-07-26 15:28:29 -06:00
parent b407dfccfa
commit 83bc8f05d9
2 changed files with 4 additions and 2 deletions

View File

@ -40,14 +40,14 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "edgetx";
version = "2.11.0-rc3";
version = "2.11.2";
src = fetchFromGitHub {
owner = "EdgeTX";
repo = "edgetx";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-ipiGkc+R7/itmnRRrlrc4iXn+fLWm4OKc227NfevFhI=";
hash = "sha256-F3T1lX0FSSUIQxSlqLQHj7JrfF+20Ndv63zDA0sRzFQ=";
};
nativeBuildInputs = [

View File

@ -32,6 +32,8 @@
"el18"
"pl18"
"pl18ev"
"pl18u"
"st16"
"x10"
"x10express"
"x12s"