From 58e3756f589244333168be39f85a0b65e9ec297f Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Thu, 24 Jun 2021 19:59:57 -0400 Subject: [PATCH] opentx: 2.3.11 -> 2.3.13 --- pkgs/applications/misc/opentx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/opentx/default.nix b/pkgs/applications/misc/opentx/default.nix index 2ca4e3203ac1..71bab089601d 100644 --- a/pkgs/applications/misc/opentx/default.nix +++ b/pkgs/applications/misc/opentx/default.nix @@ -6,13 +6,13 @@ mkDerivation rec { pname = "opentx"; - version = "2.3.11"; + version = "2.3.13"; src = fetchFromGitHub { owner = "opentx"; repo = "opentx"; rev = "release/${version}"; - sha256 = "sha256-0B41TkTs4sNGYzpMGbsgCLT2ThkP6foeuwLUIzKKGkU="; + sha256 = "sha256-Bi/Cz2T2NdtnJZHav8qvo+gErPsR8Ym7K3KcD5APt6Y="; }; nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];