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

This commit is contained in:
Nick Cao
2026-04-29 20:17:10 +00:00
committed by GitHub
+2 -2
View File
@@ -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=";
};