opentx: 2.3.11 -> 2.3.13
This commit is contained in:
parent
d2b489b24a
commit
58e3756f58
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "opentx";
|
pname = "opentx";
|
||||||
version = "2.3.11";
|
version = "2.3.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opentx";
|
owner = "opentx";
|
||||||
repo = "opentx";
|
repo = "opentx";
|
||||||
rev = "release/${version}";
|
rev = "release/${version}";
|
||||||
sha256 = "sha256-0B41TkTs4sNGYzpMGbsgCLT2ThkP6foeuwLUIzKKGkU=";
|
sha256 = "sha256-Bi/Cz2T2NdtnJZHav8qvo+gErPsR8Ym7K3KcD5APt6Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
|
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
|
||||||
|
|
Loading…
Reference in a new issue