Unverified Commit 7c3f8fd5 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

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

parents 06cc62cf 15ebb1a8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";
      };
    })
  )