summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 10:13:06 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-24 20:16:09 -0700
commite2383999f061c5442161958a075ea3ca91bfbe6a (patch)
tree85aa121aedb9bc0a7b5bd45ec28243ee70b0060c
parented57cd6147f47cf8933e9e130e3bbbaf91f85717 (diff)
downloadnixpkgs-e2383999f061c5442161958a075ea3ca91bfbe6a.tar
nixpkgs-e2383999f061c5442161958a075ea3ca91bfbe6a.tar.gz
nixpkgs-e2383999f061c5442161958a075ea3ca91bfbe6a.tar.bz2
nixpkgs-e2383999f061c5442161958a075ea3ca91bfbe6a.tar.lz
nixpkgs-e2383999f061c5442161958a075ea3ca91bfbe6a.tar.xz
nixpkgs-e2383999f061c5442161958a075ea3ca91bfbe6a.tar.zst
nixpkgs-e2383999f061c5442161958a075ea3ca91bfbe6a.zip
tiled: 1.2.4 -> 1.2.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tiled/versions
-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 b0b80a4ec00..fa9cc155f36 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.4";
+  version = "1.2.5";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "18a0pkq8j20v1njrl0sswm0ch10c6c4fas7q9kk2d2fd610ga6gh";
+    sha256 = "0sz8klz0nz60dhvz7pdn44zwr9q578pq50sxsbynz7irhrv02b52";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];