summary refs log tree commit diff
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-29 13:04:32 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-11-29 13:04:32 -0800
commit9796675be1580e87da095f3100513e40bab331e7 (patch)
treed01ecb45d343f03556c166b585ea9b271fa1c51e /pkgs/applications/editors/tiled
parent646b279c55780fa8cfe79b2a3b1e3ab53b445be7 (diff)
downloadnixpkgs-9796675be1580e87da095f3100513e40bab331e7.tar
nixpkgs-9796675be1580e87da095f3100513e40bab331e7.tar.gz
nixpkgs-9796675be1580e87da095f3100513e40bab331e7.tar.bz2
nixpkgs-9796675be1580e87da095f3100513e40bab331e7.tar.lz
nixpkgs-9796675be1580e87da095f3100513e40bab331e7.tar.xz
nixpkgs-9796675be1580e87da095f3100513e40bab331e7.tar.zst
nixpkgs-9796675be1580e87da095f3100513e40bab331e7.zip
tiled: 1.2.5 -> 1.3.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 fa9cc155f36..e66530aaf76 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -3,13 +3,13 @@
 
 mkDerivation rec {
   pname = "tiled";
-  version = "1.2.5";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0sz8klz0nz60dhvz7pdn44zwr9q578pq50sxsbynz7irhrv02b52";
+    sha256 = "1vhg8m1b7ccccrzlp0pyf3qskgvlf6sn1w956zsczmndrixbli9a";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];