tiled: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm
2025-01-12 00:48:07 +00:00
parent b1877784f6
commit 7c848a7605
+2 -2
View File
@@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "tiled";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "mapeditor";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cFS1OSYfGMsnw+VkZD/HO4+D+pxNKuifWjNhy0FoxN0=";
sha256 = "sha256-9cgGweo0D43U/puS82JCmBrikKe/TclHsrghQ4OZVEo=";
};
nativeBuildInputs = [