sdl3-shadercross: 0-unstable-2026-04-11 -> 0-unstable-2026-04-24

This commit is contained in:
R. Ryantm
2026-04-28 22:57:50 +00:00
parent 9b481b0ed6
commit 0600ec18d4
+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=";
};