summary refs log tree commit diff
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
authorAndrew Abbott <mirrexagon@mirrexagon.com>2016-09-30 13:42:25 +1000
committerAndrew Abbott <mirrexagon@mirrexagon.com>2016-09-30 13:49:08 +1000
commit4a371795a687146df94a390b876f645553cf6665 (patch)
tree65e675731270263dd29ad19a283cec339e4d61c7 /pkgs/applications/editors/tiled
parent7e37d4bbf8d7a8d0812ccb80605242d8b6628555 (diff)
downloadnixpkgs-4a371795a687146df94a390b876f645553cf6665.tar
nixpkgs-4a371795a687146df94a390b876f645553cf6665.tar.gz
nixpkgs-4a371795a687146df94a390b876f645553cf6665.tar.bz2
nixpkgs-4a371795a687146df94a390b876f645553cf6665.tar.lz
nixpkgs-4a371795a687146df94a390b876f645553cf6665.tar.xz
nixpkgs-4a371795a687146df94a390b876f645553cf6665.tar.zst
nixpkgs-4a371795a687146df94a390b876f645553cf6665.zip
tiled: 0.16.1 -> 0.17.0
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 a128899d24e..5f2fffa5f50 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -5,12 +5,12 @@ let
 #  qtEnv = with qt5; env "qt-${qtbase.version}" [ qtbase qttools ];
 in stdenv.mkDerivation rec {
   name = "tiled-${version}";
-  version = "0.16.1";
+  version = "0.17.0";
 
   src = fetchurl {
     name = "${name}.tar.gz";
     url = "https://github.com/bjorn/tiled/archive/v${version}.tar.gz";
-    sha256 = "0s1i6yhm1z9ayzjh8cprcc9jvj5m87l9snyqg6w7zlj3q9zn4rn6";
+    sha256 = "0c9gykxmq0sk0yyfdq81g9psd922scqzn5asskjydj84d80f5z7p";
   };
 
   nativeBuildInputs = [ pkgconfig qmakeHook ];