Merge pull request #128053 from lopsided98/opentx-update

This commit is contained in:
Sandro 2021-06-25 12:21:17 +02:00 committed by GitHub
commit 1afe1506ff
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.11";
version = "2.3.13";
src = fetchFromGitHub {
owner = "opentx";
repo = "opentx";
rev = "release/${version}";
sha256 = "sha256-0B41TkTs4sNGYzpMGbsgCLT2ThkP6foeuwLUIzKKGkU=";
sha256 = "sha256-Bi/Cz2T2NdtnJZHav8qvo+gErPsR8Ym7K3KcD5APt6Y=";
};
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];