Unverified Commit dc8c971b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

sdl3-shadercross: 0-unstable-2026-04-11 -> 0-unstable-2026-04-24 (#514582)

parents 5a124684 0600ec18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

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

  outputs = [
    "out"
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "libsdl-org";
    repo = "SDL_shadercross";
    rev = "f5c01f451e835f6b38e151e064a32999a0985563";
    rev = "6b06e55c7c5d7e7a09a8a14f76e866dcfad5ab99";
    hash = "sha256-DvgMnE0QedInYRdcZQuVOlasri79kVl0ACGvNC1cq8o=";
  };