Merge pull request #173213 from lopsided98/opentx-update

opentx: 2.3.14 -> 2.3.15

authored by

Bobby Rong and committed by
GitHub
95419841 c26de534

+3 -6
+3 -6
pkgs/applications/misc/opentx/default.nix
··· 6 6 7 7 mkDerivation rec { 8 8 pname = "opentx"; 9 - version = "2.3.14"; 9 + version = "2.3.15"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "opentx"; 13 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"; 14 + rev = "release/${version}"; 15 + sha256 = "sha256-F3zykJhKuIpLQSTjn7mcdjEmgRAlwCZpkTaKQR9ve3g="; 19 16 }; 20 17 21 18 nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];