about summary refs log tree commit diff
path: root/pkgs/applications/editors/tiled/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-11 15:31:57 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-08-11 15:31:57 +0000
commit13c788cd0be355c06cb2da72f1dcc10d726c4c19 (patch)
tree0cc0647c1dea29cf6f24ee6cf8d12e88509eab34 /pkgs/applications/editors/tiled/default.nix
parentf707715136a8b8750625c37b9dfcada49ca74de3 (diff)
tiled: 1.4.1 -> 1.4.2
Diffstat (limited to 'pkgs/applications/editors/tiled/default.nix')
-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 20e1427ddef34..4b032d48ebf40 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.4.1";
+  version = "1.4.2";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1x8jymmc56di1c1wxalsp6qhcban2hahn70ndd097b8mx52gckjr";
+    sha256 = "0b3xjcc86vs9lfxr7xann9d43dz3v3x1g7j1mcn31sy2n68a1wx3";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];