about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2020-08-12 23:36:19 +0300
committerGitHub <noreply@github.com>2020-08-12 23:36:19 +0300
commit2c0b4f56d6f1f049100214a19831dc041b9d96b8 (patch)
tree73cf8a8dab8ce5f8b9c6e62e8e6785c863ccbced /pkgs
parent38c6c4679659a02ef31cda495eeb3f91cecf8a9e (diff)
parent13c788cd0be355c06cb2da72f1dcc10d726c4c19 (diff)
Merge pull request #95190 from r-ryantm/auto-update/tiled
tiled: 1.4.1 -> 1.4.2
Diffstat (limited to 'pkgs')
-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 ];