Unverified Commit 5fdb93b4 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

sdl3-shadercross: 0-unstable-2026-03-01 -> 0-unstable-2026-04-11 (#509175)

parents 5ca476e8 f8138d79
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sdl3-shadercross";
  version = "0-unstable-2026-03-01";
  version = "0-unstable-2026-04-11";

  outputs = [
    "out"
@@ -24,8 +24,8 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "libsdl-org";
    repo = "SDL_shadercross";
    rev = "3a314481ede01f5d966f0e834019942e34c02b82";
    hash = "sha256-ngJymfBU9YzVEHmNpAlkHQ3Q3UDN6OCq/2kuZIHQjcw=";
    rev = "f5c01f451e835f6b38e151e064a32999a0985563";
    hash = "sha256-DvgMnE0QedInYRdcZQuVOlasri79kVl0ACGvNC1cq8o=";
  };

  strictDeps = true;
@@ -42,7 +42,8 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  cmakeFlags = [
    (lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
    (lib.cmakeBool "SDLSHADERCROSS_SHARED" (!stdenv.hostPlatform.isStatic))
    (lib.cmakeBool "SDLSHADERCROSS_STATIC" stdenv.hostPlatform.isStatic)
    (lib.cmakeBool "SDLSHADERCROSS_INSTALL" true)
    (lib.cmakeBool "SDLSHADERCROSS_TESTS" finalAttrs.finalPackage.doCheck)
  ];