Commit d1403c90 authored by Evy Garden's avatar Evy Garden
Browse files

sdl3-image: 3.4.0 -> 3.4.2

parent 8ad72d81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sdl3-image";
  version = "3.4.0";
  version = "3.4.2";

  outputs = [
    "lib"
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "libsdl-org";
    repo = "SDL_image";
    tag = "release-${finalAttrs.version}";
    hash = "sha256-XRPHDcJ49sZa7y8TCWfS2gPOhpGyUnMMXVqvjV9f8E0=";
    hash = "sha256-LNEbXhUDB6OKk3HxwV+jANnskS82ewhQe8pDy+P6L40=";
  };

  strictDeps = true;