Merge pull request #323076 from r-ryantm/auto-update/tiled

tiled: 1.10.2 -> 1.11.0
This commit is contained in:
Vlad M 2024-06-28 11:11:15 +03:00 committed by GitHub
commit 5f24895313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@ in
stdenv.mkDerivation rec {
pname = "tiled";
version = "1.10.2";
version = "1.11.0";
src = fetchFromGitHub {
owner = "mapeditor";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4Ykr60u2t5cyIZdpFHiRirXg2FqSLCzJzsdvw6r/LK8=";
sha256 = "sha256-cFS1OSYfGMsnw+VkZD/HO4+D+pxNKuifWjNhy0FoxN0=";
};
nativeBuildInputs = [ pkg-config qbs wrapQtAppsHook ];