Unverified Commit cc845261 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

sdl3: 3.2.0 -> 3.2.2 (#379094)

parents 408bf2b7 145d503a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sdl3";
  version = "3.2.0";
  version = "3.2.2";

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

  postPatch =