We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e522ddb commit 145d503Copy full SHA for 145d503
pkgs/by-name/sd/sdl3/package.nix
@@ -53,7 +53,7 @@
53
54
stdenv.mkDerivation (finalAttrs: {
55
pname = "sdl3";
56
- version = "3.2.0";
+ version = "3.2.2";
57
58
outputs = [
59
"lib"
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
65
owner = "libsdl-org";
66
repo = "SDL";
67
tag = "release-${finalAttrs.version}";
68
- hash = "sha256-gVLZPuXtMdFhylxh3+LC/SJCaQiOwZpbVcBGctyGGYY=";
+ hash = "sha256-AbEwpIxgYl3g4calnWca8Vz/Tw1DnYfZrD1Vl5cSMpk=";
69
};
70
71
postPatch =
0 commit comments