Unverified Commit 9a440a5c authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

simgear: 2024.1.3 -> 2024.1.4 (#483059)

parents c6540950 cc831549
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
  c-ares,
}:
let
  version = "2024.1.3";
  version = "2024.1.4";
in
stdenv.mkDerivation rec {
  pname = "simgear";
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
    owner = "flightgear";
    repo = "simgear";
    tag = version;
    hash = "sha256-1zbw/lIjTbVwhxHPvXRlxPmYJeWmKvPE/RDrTL0PXb4=";
    hash = "sha256-WJI15egN1H+EAIaFuI3svYCvM0xzsIGcIPsZgLsvBc0=";
  };

  nativeBuildInputs = [ cmake ];