tiled: 1.12.1 -> 1.12.2 (#524967)

This commit is contained in:
Nick Cao
2026-05-29 13:37:40 +00:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "tiled";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "mapeditor";
repo = "tiled";
rev = "v${finalAttrs.version}";
sha256 = "sha256-7Z6ibZyfFWdsxvz6rlGOqB9toULr4h2qa2uX9QXh1uU=";
sha256 = "sha256-Pq36xfaKtloyf0bneBE2xC/9twO/0qLq533dDbAyBCU=";
};
nativeBuildInputs = [