toppler: pin SDL2_image to 2.0.5

This commit is contained in:
superherointj 2023-02-08 09:55:49 -03:00
parent 9c30624f1a
commit 162dcb9b00

View file

@ -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 { };