about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-01-21 13:14:12 +0800
committer宋文武 <iyzsong@gmail.com>2015-01-21 13:14:12 +0800
commitb202dcb6067bfe167a7448b85fe9cf1cfc187d7c (patch)
tree939647ef08fba0e9d484430a2838f0ef43efdc65 /pkgs/applications/editors
parent0e8187b89f7948cae295eec25481e5fa45d464bc (diff)
tiled: Update to 0.11.0, renamed from tiled-qt.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/tiled/default.nix (renamed from pkgs/applications/editors/tiled-qt/default.nix)6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/tiled-qt/default.nix b/pkgs/applications/editors/tiled/default.nix
index 05020df01a0e8..92cd507130609 100644
--- a/pkgs/applications/editors/tiled-qt/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, qt }:
 
 stdenv.mkDerivation rec {
-  name = "tiled-qt-0.9.1";
+  name = "tiled-0.11.0";
 
   src = fetchurl {
-    url = "mirror://sourceforge/tiled/${name}.tar.gz";
-    sha256 = "09xm6ry56zsqbfl9fvlvc5kq9ikzdskm283r059q6rlc7crzhs38";
+    url = "https://github.com/bjorn/tiled/archive/v0.11.0.tar.gz";
+    sha256 = "03a15vbzjfwc8dpifbjvd0gnr208mzmdkgs2nlc8zq6z0a4h4jqd";
   };
 
   buildInputs = [ qt ];