edgetx: 2.11.0-rc3 -> 2.11.2
adds pl18u and st16 simulators
This commit is contained in:
parent
b407dfccfa
commit
83bc8f05d9
@ -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 = [
|
||||
|
@ -32,6 +32,8 @@
|
||||
"el18"
|
||||
"pl18"
|
||||
"pl18ev"
|
||||
"pl18u"
|
||||
"st16"
|
||||
"x10"
|
||||
"x10express"
|
||||
"x12s"
|
||||
|
Loading…
x
Reference in New Issue
Block a user