tiled: 1.12.0 -> 1.12.1 (#504964)

This commit is contained in:
Nick Cao
2026-03-30 20:19:51 +00:00
committed by GitHub
+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 = [