lbreakouthd: 1.2.1 -> 1.2.2 (#492991)

This commit is contained in:
Yohann Boniface
2026-02-23 01:28:46 +00:00
committed by GitHub
+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>