Unverified Commit b6991668 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

sdl3-image: 3.4.2 -> 3.4.4 (#515729)

parents 579f309b 88c63c17
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.2";
  version = "3.4.4";

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

  strictDeps = true;