We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 901c72d + c1a8b8d commit e576833Copy full SHA for e576833
pkgs/by-name/sd/sdl3-shadercross/package.nix
@@ -13,7 +13,7 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "sdl3-shadercross";
16
- version = "0-unstable-2025-12-06";
+ version = "0-unstable-2025-12-24";
17
18
outputs = [
19
"out"
@@ -24,8 +24,8 @@ stdenv.mkDerivation (finalAttrs: {
24
src = fetchFromGitHub {
25
owner = "libsdl-org";
26
repo = "SDL_shadercross";
27
- rev = "f1ca8cfefba8f32095861bbcf2a4f4d773f0fbb4";
28
- hash = "sha256-q0iEoN8+f438ScgAvobDh7evulfaZ3Cd8zkc19kRT54=";
+ rev = "feec623003c01a9fff5b30e114c38f550255b511";
+ hash = "sha256-AGfuUYUGbea3LDgGiwxq6XBMgLeatsdWDpciL4JeTWU=";
29
};
30
31
strictDeps = true;
0 commit comments