summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2020-01-26 15:51:21 +0200
committerGitHub <noreply@github.com>2020-01-26 15:51:21 +0200
commit6cf9c0ec908a237efb4976985778d771c9738e53 (patch)
treebe75d3878b6393295ab57270902b620b82573593 /pkgs/applications/editors
parent61c9405d4c0c6d0135267f024604ba19b2e453a6 (diff)
parent2775cf9e49a876535c5cf70e5e49e47708221bd3 (diff)
downloadnixpkgs-6cf9c0ec908a237efb4976985778d771c9738e53.tar
nixpkgs-6cf9c0ec908a237efb4976985778d771c9738e53.tar.gz
nixpkgs-6cf9c0ec908a237efb4976985778d771c9738e53.tar.bz2
nixpkgs-6cf9c0ec908a237efb4976985778d771c9738e53.tar.lz
nixpkgs-6cf9c0ec908a237efb4976985778d771c9738e53.tar.xz
nixpkgs-6cf9c0ec908a237efb4976985778d771c9738e53.tar.zst
nixpkgs-6cf9c0ec908a237efb4976985778d771c9738e53.zip
Merge pull request #78536 from r-ryantm/auto-update/tiled
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 ];