lbreakouthd: 1.2 -> 1.2.1

This commit is contained in:
R. Ryantm
2026-01-05 10:07:43 +00:00
parent ce16cbe515
commit 29dff3f11a
+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>