summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-07-21 19:40:53 +0200
committerGitHub <noreply@github.com>2018-07-21 19:40:53 +0200
commit1c45f35bfdec1654bae8c46ee75b9c24bfcd6752 (patch)
tree471bc60d3aa2d34197aa3a1151a7d60448a859e1 /pkgs/applications/editors/tiled
parent498b4d7aa41a53e53fa3b6bb4d439493a2043204 (diff)
parent83cfb086547b6152387f64bb3cacad99fe882135 (diff)
Merge pull request #43902 from r-ryantm/auto-update/tiled
tiled: 1.1.5 -> 1.1.6
Diffstat (limited to 'pkgs/applications/editors/tiled')
-rw-r--r--pkgs/applications/editors/tiled/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix
index 5f9fa850fe66..93f1639107ee 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.5";
+ version = "1.1.6";
src = fetchFromGitHub {
owner = "bjorn";
repo = "tiled";
rev = "v${version}";
- sha256 = "1l8sx0qfkm7n2ag0ns01vrs8mzcxzva00in4xqz4zgd505qx5q9v";
+ sha256 = "09qnlinm3q9xwp6b6cajs49fx8y6pkpixhji68bhs53m5hpvfg4s";
};
nativeBuildInputs = [ pkgconfig qmake ];