tiled: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm 2023-04-23 08:03:11 +00:00
parent 869a6db08d
commit 8ee5861201

View File

@ -19,13 +19,13 @@ in
stdenv.mkDerivation rec {
pname = "tiled";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "mapeditor";
repo = pname;
rev = "v${version}";
sha256 = "sha256-y79trmkRrkOOP6p9VMjo/11IE22J3YJtnerBsVP9134=";
sha256 = "sha256-zrDka6yXJ++UuGFepn8glQ1r7ufBcjsnNZuH+jnkJw0=";
};
nativeBuildInputs = [ pkg-config qbs wrapQtAppsHook ];