lbreakouthd: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm
2026-02-22 10:16:19 +00:00
parent 5f1c568af2
commit d300462411
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lbreakouthd";
version = "1.2.1";
version = "1.2.2";
src = fetchurl {
url = "mirror://sourceforge/lgames/lbreakouthd-${finalAttrs.version}.tar.gz";
hash = "sha256-c/TZVeOT+w1ML0R5jThVZ8/amvyMYkWsSE6vSrRFjvM=";
hash = "sha256-b3zLZJ8lsPNK65d0NjwlP49/xAqaFUOw8dONGkuBpN4=";
};
# On macOS with a case-insensitive filesystem, "sdl.h" shadows <SDL.h>