tiled: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm 2025-01-29 01:42:57 +00:00
parent 4a3faa5e86
commit 571525c839

View File

@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "tiled";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = "mapeditor";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9cgGweo0D43U/puS82JCmBrikKe/TclHsrghQ4OZVEo=";
sha256 = "sha256-9oUKn51MQcsStgIJrp9XW5YAIpAUcO0kzfGnYA3gz/E=";
};
nativeBuildInputs = [