From 7b5046a88d7218ccb2ef837806aa0b996c922a3c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 14 Aug 2025 14:24:13 +0800 Subject: [PATCH] Revert "tiled: 1.11.2 -> 1.11.90", disable auto update 1.11.90 is an alpha pre-release, and is actually older than 1.11.2 This revert commit c7320fe37790168250d413bddfd0ad6b16b22719 --- pkgs/applications/editors/tiled/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix index 773b149a0b6f..e5e031b2b1f4 100644 --- a/pkgs/applications/editors/tiled/default.nix +++ b/pkgs/applications/editors/tiled/default.nix @@ -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 = [