summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2018-03-18 12:20:23 +0100
committerGitHub <noreply@github.com>2018-03-18 12:20:23 +0100
commit17cb96204c3eccfa84ba56975a7e8b37697981f0 (patch)
tree61195245d908c3e8b90ac53aa62ad0ad79e336eb /pkgs/applications/editors
parentda4d64e15753c9002e00baf9c826c659186aac2a (diff)
parent524afb85575ba35e1594cd7d4dee60cff36430ee (diff)
downloadnixlib-17cb96204c3eccfa84ba56975a7e8b37697981f0.tar
nixlib-17cb96204c3eccfa84ba56975a7e8b37697981f0.tar.gz
nixlib-17cb96204c3eccfa84ba56975a7e8b37697981f0.tar.bz2
nixlib-17cb96204c3eccfa84ba56975a7e8b37697981f0.tar.lz
nixlib-17cb96204c3eccfa84ba56975a7e8b37697981f0.tar.xz
nixlib-17cb96204c3eccfa84ba56975a7e8b37697981f0.tar.zst
nixlib-17cb96204c3eccfa84ba56975a7e8b37697981f0.zip
Merge pull request #36415 from dywedir/tiled
tiled: 1.1.2 -> 1.1.3
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 438ae26f06f3..bd08d599755a 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "tiled-${version}";
-  version = "1.1.2";
+  version = "1.1.3";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = "tiled";
     rev = "v${version}";
-    sha256 = "1bzp89914rlrwf2whky3fx10rwxqiwbw9acyqllvam3l4hmv4nlz";
+    sha256 = "0rf50w7nkdm70999q1mj7sy5hyjj41qjf4izi849q9a7xnhddv44";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];