opentx: 2.3.7 -> 2.3.9

gstqt5
R. RyanTM 2020-06-16 21:59:34 +00:00
parent 4fbf2d1b1b
commit 56762ad60a
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "opentx";
version = "2.3.7";
version = "2.3.9";
src = fetchFromGitHub {
owner = "opentx";
repo = "opentx";
rev = "release/${version}";
sha256 = "1wl3bk7s8h20dfys1hblzxc0br9zlwhcqlghgsbn81ki0xb6jmkf";
sha256 = "0kh3jdy1pgvns8lrncf61ayaq0hmsv41j8xv4r4rf17zyvjl0qph";
};
enableParallelBuilding = true;