lbreakouthd: 1.2 -> 1.2.1 (#477097)

This commit is contained in:
Weijia Wang
2026-02-05 19:59:07 +00:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lbreakouthd";
version = "1.2";
version = "1.2.1";
src = fetchurl {
url = "mirror://sourceforge/lgames/lbreakouthd-${finalAttrs.version}.tar.gz";
hash = "sha256-ZEy/b2ZWAZvDNbAu/FnpsPo8WsvSGADbdaSXU/gpdBk=";
hash = "sha256-c/TZVeOT+w1ML0R5jThVZ8/amvyMYkWsSE6vSrRFjvM=";
};
# On macOS with a case-insensitive filesystem, "sdl.h" shadows <SDL.h>