summary refs log tree commit diff
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 11:50:38 -0700
committerRobin Gloster <mail@glob.in>2018-03-31 13:03:52 +0200
commitcb0ac866eaf15c5447b7b8120899fbc689d6cfd2 (patch)
tree337286c17f199a871545e317d3a69542b1654e7a /pkgs/applications/editors/tiled
parent91c162e66a157fef91fa5610ababf5f425f9c469 (diff)
downloadnixpkgs-cb0ac866eaf15c5447b7b8120899fbc689d6cfd2.tar
nixpkgs-cb0ac866eaf15c5447b7b8120899fbc689d6cfd2.tar.gz
nixpkgs-cb0ac866eaf15c5447b7b8120899fbc689d6cfd2.tar.bz2
nixpkgs-cb0ac866eaf15c5447b7b8120899fbc689d6cfd2.tar.lz
nixpkgs-cb0ac866eaf15c5447b7b8120899fbc689d6cfd2.tar.xz
nixpkgs-cb0ac866eaf15c5447b7b8120899fbc689d6cfd2.tar.zst
nixpkgs-cb0ac866eaf15c5447b7b8120899fbc689d6cfd2.zip
tiled: 1.1.3 -> 1.1.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/tiled/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.1.4 with grep in /nix/store/zq69nbafa5zpw6l8i0a2vq4z1yzbhl6b-tiled-1.1.4
- directory tree listing: https://gist.github.com/a9382bc683245aa13b0c434a9a7a6b63
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 bd08d599755..8444ff6eaec 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.3";
+  version = "1.1.4";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = "tiled";
     rev = "v${version}";
-    sha256 = "0rf50w7nkdm70999q1mj7sy5hyjj41qjf4izi849q9a7xnhddv44";
+    sha256 = "0ln8lis9g23wp3w70xwbkzqmmbkd02cdx6z7msw9lrpkjzkj7mlr";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];