Unverified Commit c88aab42 authored by Florian's avatar Florian Committed by GitHub
Browse files

edgetx: 2.11.0-rc3 -> 2.11.2 (#428712)

parents ae9c3d90 83bc8f05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "edgetx";
  version = "2.11.0-rc3";
  version = "2.11.2";

  src = fetchFromGitHub {
    owner = "EdgeTX";
    repo = "edgetx";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-ipiGkc+R7/itmnRRrlrc4iXn+fLWm4OKc227NfevFhI=";
    hash = "sha256-F3T1lX0FSSUIQxSlqLQHj7JrfF+20Ndv63zDA0sRzFQ=";
  };

  nativeBuildInputs = [
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
  "el18"
  "pl18"
  "pl18ev"
  "pl18u"
  "st16"
  "x10"
  "x10express"
  "x12s"