tiled: 1.12.0 -> 1.12.1

This commit is contained in:
R. Ryantm
2026-03-30 11:16:35 +00:00
parent 218caa0caf
commit 629cc19f23
+2 -2
View File
@@ -28,13 +28,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "tiled";
version = "1.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "mapeditor";
repo = "tiled";
rev = "v${finalAttrs.version}";
sha256 = "sha256-SDsz7IAxCJde21CIL9DrZMJkEim6syHD5kn9/dwpZXs=";
sha256 = "sha256-7Z6ibZyfFWdsxvz6rlGOqB9toULr4h2qa2uX9QXh1uU=";
};
nativeBuildInputs = [