Merge pull request #110172 from r-ryantm/auto-update/opentx

opentx: 2.3.10 -> 2.3.11
This commit is contained in:
Ryan Mulligan 2021-01-20 20:53:04 -08:00 committed by GitHub
commit 123ce74548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "opentx";
version = "2.3.10";
version = "2.3.11";
src = fetchFromGitHub {
owner = "opentx";
repo = "opentx";
rev = "release/${version}";
sha256 = "1pp3k1802gl1rji98clv17wj0619dliq821mpi4446lk22q692yq";
sha256 = "sha256-0B41TkTs4sNGYzpMGbsgCLT2ThkP6foeuwLUIzKKGkU=";
};
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];