raylib: 5.5 -> 5.5-unstable-2026-01-20 (#482548)

This commit is contained in:
tomberek
2026-01-23 05:08:47 +00:00
committed by GitHub
+4 -4
View File
@@ -36,13 +36,13 @@ lib.checkListOfEnum "raylib: platform"
__structuredAttrs = true;
pname = "raylib";
version = "5.5";
version = "5.5-unstable-2026-01-20";
src = fetchFromGitHub {
owner = "raysan5";
repo = "raylib";
rev = finalAttrs.version;
hash = "sha256-J99i4z4JF7d6mJNuJIB0rHNDhXJ5AEkG0eBvvuBLHrY=";
rev = "c610d228a244f930ad53492604640f39584c66da";
hash = "sha256-7Lhgqb7QJwz94M1ZxWgueTwIgSVclGCvHklZXGzoJgQ=";
};
# autoPatchelfHook is needed for appendRunpaths
@@ -83,7 +83,7 @@ lib.checkListOfEnum "raylib: platform"
maintainers = [ lib.maintainers.diniamo ];
teams = [ lib.teams.ngi ];
platforms = lib.platforms.all;
changelog = "https://github.com/raysan5/raylib/blob/${finalAttrs.version}/CHANGELOG";
changelog = "https://github.com/raysan5/raylib/blob/${finalAttrs.src.rev}/CHANGELOG";
};
})
)