opentx: 2.3.14 -> 2.3.15
This commit is contained in:
parent
1d7db1b9e4
commit
1cd3351798
@ -6,16 +6,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "opentx";
|
pname = "opentx";
|
||||||
version = "2.3.14";
|
version = "2.3.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opentx";
|
owner = "opentx";
|
||||||
repo = "opentx";
|
repo = "opentx";
|
||||||
# 2.3.14 release tag points to the commit before the one that updates the
|
rev = "release/${version}";
|
||||||
# version number.
|
sha256 = "sha256-F3zykJhKuIpLQSTjn7mcdjEmgRAlwCZpkTaKQR9ve3g=";
|
||||||
# rev = "release/${version}";
|
|
||||||
rev = "1e09791a1e2fe2a0ca9835019d634a4c6a4fa3bf";
|
|
||||||
sha256 = "0mhzp1j6nmqvkjxg8lv8xa637m1lavdsak30mdlq0g25dhwg6k92";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
|
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
|
||||||
|
Loading…
Reference in New Issue
Block a user