flightgear: 2024.1.6-rc1 -> 2024.1.6 (#529914)

This commit is contained in:
kirillrdy 2026-06-09 20:34:20 +00:00 committed by GitHub
commit 545aeb4de9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "flightgear";
version = "2024.1.6-rc1";
version = "2024.1.6";
src = fetchFromGitLab {
owner = "flightgear";
repo = "flightgear";
tag = finalAttrs.version;
hash = "sha256-YYWDLCZ+2g4sWrSZJ+EvFCPH/IIYWD0wKzcslqw9VSs=";
hash = "sha256-unYP8q7IvNwjLHTmm/38gauCPxr3+ZFcsD5rY6BEzno=";
};
nativeBuildInputs = [