summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authordywedir <dywedir@protonmail.ch>2018-02-02 10:09:53 +0200
committerdywedir <dywedir@protonmail.ch>2018-02-02 10:09:53 +0200
commit490ae6a50e829224defa9ab19ae2b092414f82c7 (patch)
tree3ac4d30ffb4dcde99b09afd997ab6cc0635aa8ed /pkgs
parent65170e9404c4253b04a54ede419c5d99975344ee (diff)
downloadnixpkgs-490ae6a50e829224defa9ab19ae2b092414f82c7.tar
nixpkgs-490ae6a50e829224defa9ab19ae2b092414f82c7.tar.gz
nixpkgs-490ae6a50e829224defa9ab19ae2b092414f82c7.tar.bz2
nixpkgs-490ae6a50e829224defa9ab19ae2b092414f82c7.tar.lz
nixpkgs-490ae6a50e829224defa9ab19ae2b092414f82c7.tar.xz
nixpkgs-490ae6a50e829224defa9ab19ae2b092414f82c7.tar.zst
nixpkgs-490ae6a50e829224defa9ab19ae2b092414f82c7.zip
tiled: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/tiled/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix
index 1c5767d17f4..438ae26f06f 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.1";
+  version = "1.1.2";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = "tiled";
     rev = "v${version}";
-    sha256 = "1c6n5xshadxv5qwv8kfrj1kbfnkvx6nyxc9p4mpzkjrkxw1b1qf1";
+    sha256 = "1bzp89914rlrwf2whky3fx10rwxqiwbw9acyqllvam3l4hmv4nlz";
   };
 
   nativeBuildInputs = [ pkgconfig qmake ];
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
       bsd2	# libtiled and tmxviewer
       gpl2Plus	# all the rest
     ];
+    maintainers = with maintainers; [ dywedir ];
     platforms = platforms.linux;
   };
 }