summary refs log tree commit diff
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-05-08 02:45:04 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-05-08 03:29:45 +0200
commitb6092775cb7e4eb0ea047106037eb524146018fa (patch)
treef2bda6121f63fa1bbd627f3bf6d187dc8b35568d /pkgs/applications/editors/tiled
parent11df7acf3e8eee07154b2292b197f716f3959201 (diff)
downloadnixpkgs-b6092775cb7e4eb0ea047106037eb524146018fa.tar
nixpkgs-b6092775cb7e4eb0ea047106037eb524146018fa.tar.gz
nixpkgs-b6092775cb7e4eb0ea047106037eb524146018fa.tar.bz2
nixpkgs-b6092775cb7e4eb0ea047106037eb524146018fa.tar.lz
nixpkgs-b6092775cb7e4eb0ea047106037eb524146018fa.tar.xz
nixpkgs-b6092775cb7e4eb0ea047106037eb524146018fa.tar.zst
nixpkgs-b6092775cb7e4eb0ea047106037eb524146018fa.zip
tiled: 0.16.0 -> 0.16.1
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 201db054743..a128899d24e 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.0";
+  version = "0.16.1";
 
   src = fetchurl {
     name = "${name}.tar.gz";
     url = "https://github.com/bjorn/tiled/archive/v${version}.tar.gz";
-    sha256 = "1vlhfkgl126irp53xw94jw1xnj96l1hwnbxmm1s5az60460gfbf0";
+    sha256 = "0s1i6yhm1z9ayzjh8cprcc9jvj5m87l9snyqg6w7zlj3q9zn4rn6";
   };
 
   nativeBuildInputs = [ pkgconfig qmakeHook ];