Commit 162dcb9b authored by superherointj's avatar superherointj
Browse files

toppler: pin SDL2_image to 2.0.5

parent 9c30624f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -35746,7 +35746,9 @@ with pkgs;
  tome4 = callPackage ../games/tome4 { };
  toppler = callPackage ../games/toppler { };
  toppler = callPackage ../games/toppler {
    SDL2_image = SDL2_image_2_0_5;
  };
  torus-trooper = callPackage ../games/torus-trooper { };