summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-04-29 16:56:55 +0200
committerGitHub <noreply@github.com>2018-04-29 16:56:55 +0200
commit8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d (patch)
treee6c7c6bd97c3f904c2049c3d1ad766ce780fa1f2 /pkgs/applications
parent067ed1c5eb0f8620f51338f061c412621c63191d (diff)
parente55677bffa05c8e1f08e33b4bc08533684c20a50 (diff)
downloadnixlib-8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d.tar
nixlib-8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d.tar.gz
nixlib-8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d.tar.bz2
nixlib-8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d.tar.lz
nixlib-8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d.tar.xz
nixlib-8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d.tar.zst
nixlib-8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d.zip
Merge pull request #39677 from dywedir/tiled
tiled: 1.1.4 -> 1.1.5
Diffstat (limited to 'pkgs/applications')
-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 8444ff6eaecc..b23db38e0f45 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "tiled-${version}";
-  version = "1.1.4";
+  version = "1.1.5";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = "tiled";
     rev = "v${version}";
-    sha256 = "0ln8lis9g23wp3w70xwbkzqmmbkd02cdx6z7msw9lrpkjzkj7mlr";
+    sha256 = "1l8sx0qfkm7n2ag0ns01vrs8mzcxzva00in4xqz4zgd505qx5q9v";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Free, easy to use and flexible tile map editor";
-    homepage = http://www.mapeditor.org/;
+    homepage = https://www.mapeditor.org/;
     license = with licenses; [
       bsd2	# libtiled and tmxviewer
       gpl2Plus	# all the rest