Revert "tiled: 1.11.2 -> 1.11.90", disable auto update (#433572)

This commit is contained in:
Wolfgang Walther
2025-08-15 07:54:39 +00:00
committed by GitHub
+3 -2
View File
@@ -28,13 +28,14 @@ in
stdenv.mkDerivation rec {
pname = "tiled";
version = "1.11.90";
# nixpkgs-update: no auto update
version = "1.11.2";
src = fetchFromGitHub {
owner = "mapeditor";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gGsozdFEE5c315DF+EsIY9wGv50wwrOBycejTkVwEHA=";
sha256 = "sha256-9oUKn51MQcsStgIJrp9XW5YAIpAUcO0kzfGnYA3gz/E=";
};
nativeBuildInputs = [