summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-04 09:38:13 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-05 19:01:56 -0700
commita8a986d439740f108831d0460e92b7f6a11c1bb9 (patch)
tree4e9f4a3e463df12a3c4e87383c3d9791f9b6c291 /pkgs/applications/editors/tiled
parent78038dc5cbbcaeff015859737c6a814613b0986a (diff)
tiled: 1.3.3 -> 1.3.4
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 0e73dffb20a9..bee9934a9ca1 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.3";
+ version = "1.3.4";
src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
- sha256 = "0v8imw6zdygs9ymsgk41jclsfr1jwbracjc5balydh15r57rvwjd";
+ sha256 = "0q3x1v88szxm8177qcnynfiyc7w8sn07ig6c7fjd164q7w30y24m";
};
nativeBuildInputs = [ pkgconfig qmake ];