summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-26 12:41:44 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-01-26 12:41:44 +0000
commit2775cf9e49a876535c5cf70e5e49e47708221bd3 (patch)
tree619f1d7ccb9ea8b16524441aa59f865c32aabe76 /pkgs/applications/editors
parent4311cfa1577c6b3cba7b50e820d2bddacda52484 (diff)
downloadnixpkgs-2775cf9e49a876535c5cf70e5e49e47708221bd3.tar
nixpkgs-2775cf9e49a876535c5cf70e5e49e47708221bd3.tar.gz
nixpkgs-2775cf9e49a876535c5cf70e5e49e47708221bd3.tar.bz2
nixpkgs-2775cf9e49a876535c5cf70e5e49e47708221bd3.tar.lz
nixpkgs-2775cf9e49a876535c5cf70e5e49e47708221bd3.tar.xz
nixpkgs-2775cf9e49a876535c5cf70e5e49e47708221bd3.tar.zst
nixpkgs-2775cf9e49a876535c5cf70e5e49e47708221bd3.zip
tiled: 1.3.1 -> 1.3.2
Diffstat (limited to 'pkgs/applications/editors')
-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 e66530aaf76..aa6fc0a7d24 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.3.1";
+  version = "1.3.2";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1vhg8m1b7ccccrzlp0pyf3qskgvlf6sn1w956zsczmndrixbli9a";
+    sha256 = "1jfr9ngsbkn9j3yvy3mnx0llfwmk39dj8kfiy9fawkhw0v4bzjbd";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];