Skip to content

Commit cc84526

Browse files
authored
sdl3: 3.2.0 -> 3.2.2 (#379094)
2 parents 408bf2b + 145d503 commit cc84526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sd/sdl3/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
stdenv.mkDerivation (finalAttrs: {
5555
pname = "sdl3";
56-
version = "3.2.0";
56+
version = "3.2.2";
5757

5858
outputs = [
5959
"lib"
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
6565
owner = "libsdl-org";
6666
repo = "SDL";
6767
tag = "release-${finalAttrs.version}";
68-
hash = "sha256-gVLZPuXtMdFhylxh3+LC/SJCaQiOwZpbVcBGctyGGYY=";
68+
hash = "sha256-AbEwpIxgYl3g4calnWca8Vz/Tw1DnYfZrD1Vl5cSMpk=";
6969
};
7070

7171
postPatch =

0 commit comments

Comments
 (0)