opentx: 2.3.10 -> 2.3.11

This commit is contained in:
R. RyanTM 2021-01-20 14:14:42 +00:00
parent 35b89f31e3
commit 16348982c9

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 ];