summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 12:43:57 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 12:43:57 +0000
commit6a911a157fdb3f7ca8d31a307f8f1eabb01830e1 (patch)
tree9c8963c0c7a2830e207defb3cfb4b0a6fd06ea0f /pkgs/applications/editors/tiled
parent79217339d26ff51ccacf10967de700d785f088e5 (diff)
tiled: 1.3.2 -> 1.3.3
Diffstat (limited to 'pkgs/applications/editors/tiled')
-rw-r--r--pkgs/applications/editors/tiled/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix
index aa6fc0a7d240..0e73dffb20a9 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "tiled";
- version = "1.3.2";
+ version = "1.3.3";
src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
- sha256 = "1jfr9ngsbkn9j3yvy3mnx0llfwmk39dj8kfiy9fawkhw0v4bzjbd";
+ sha256 = "0v8imw6zdygs9ymsgk41jclsfr1jwbracjc5balydh15r57rvwjd";
};
nativeBuildInputs = [ pkgconfig qmake ];
@@ -19,7 +19,7 @@ mkDerivation rec {
meta = with stdenv.lib; {
description = "Free, easy to use and flexible tile map editor";
- homepage = https://www.mapeditor.org/;
+ homepage = "https://www.mapeditor.org/";
license = with licenses; [
bsd2 # libtiled and tmxviewer
gpl2Plus # all the rest