opentx: 2.3.5 -> 2.3.7

This commit is contained in:
Ben Wolsieffer 2020-04-01 18:42:57 -04:00 committed by Jon
parent 5d2a778c91
commit 9574d98a4a

View File

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