tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
opentx: 2.3.13 -> 2.3.14
Ben Wolsieffer
4 years ago
c98ce413
35859a35
+6
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
opentx
default.nix
+6
-3
pkgs/applications/misc/opentx/default.nix
···
6
7
mkDerivation rec {
8
pname = "opentx";
9
-
version = "2.3.13";
10
11
src = fetchFromGitHub {
12
owner = "opentx";
13
repo = "opentx";
14
-
rev = "release/${version}";
15
-
sha256 = "sha256-Bi/Cz2T2NdtnJZHav8qvo+gErPsR8Ym7K3KcD5APt6Y=";
0
0
0
16
};
17
18
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
···
6
7
mkDerivation rec {
8
pname = "opentx";
9
+
version = "2.3.14";
10
11
src = fetchFromGitHub {
12
owner = "opentx";
13
repo = "opentx";
14
+
# 2.3.14 release tag points to the commit before the one that updates the
15
+
# version number.
16
+
# rev = "release/${version}";
17
+
rev = "1e09791a1e2fe2a0ca9835019d634a4c6a4fa3bf";
18
+
sha256 = "0mhzp1j6nmqvkjxg8lv8xa637m1lavdsak30mdlq0g25dhwg6k92";
19
};
20
21
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];