Merge pull request #110172 from r-ryantm/auto-update/opentx
opentx: 2.3.10 -> 2.3.11
This commit is contained in:
commit
123ce74548
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "opentx";
|
pname = "opentx";
|
||||||
version = "2.3.10";
|
version = "2.3.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opentx";
|
owner = "opentx";
|
||||||
repo = "opentx";
|
repo = "opentx";
|
||||||
rev = "release/${version}";
|
rev = "release/${version}";
|
||||||
sha256 = "1pp3k1802gl1rji98clv17wj0619dliq821mpi4446lk22q692yq";
|
sha256 = "sha256-0B41TkTs4sNGYzpMGbsgCLT2ThkP6foeuwLUIzKKGkU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
|
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
|
||||||
|
Loading…
Reference in New Issue
Block a user