Commit fd8220a8 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

simgear: 2024.1.1 -> 2024.1.3

parent f0a17306
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -25,9 +25,10 @@
  apr,
  xz,
  curl,
  c-ares,
}:
let
  version = "2024.1.1";
  version = "2024.1.3";
in
stdenv.mkDerivation rec {
  pname = "simgear";
@@ -36,8 +37,8 @@ stdenv.mkDerivation rec {
  src = fetchFromGitLab {
    owner = "flightgear";
    repo = "simgear";
    tag = "v${version}";
    hash = "sha256-hOA/q/cTsqRy82rTAXRxyHBDdw93TW9UL+K5Jq5b/08=";
    tag = "${version}";
    hash = "sha256-1zbw/lIjTbVwhxHPvXRlxPmYJeWmKvPE/RDrTL0PXb4=";
  };

  nativeBuildInputs = [ cmake ];
@@ -66,6 +67,8 @@ stdenv.mkDerivation rec {
    xz
  ];

  propagatedBuildInputs = [ c-ares ];

  meta = {
    description = "Simulation construction toolkit";
    homepage = "https://wiki.flightgear.org/SimGear";