Merge pull request #81719 from r-ryantm/auto-update/tiled
tiled: 1.3.2 -> 1.3.3
This commit is contained in:
commit
3459392812
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "tiled";
|
pname = "tiled";
|
||||||
version = "1.3.2";
|
version = "1.3.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bjorn";
|
owner = "bjorn";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1jfr9ngsbkn9j3yvy3mnx0llfwmk39dj8kfiy9fawkhw0v4bzjbd";
|
sha256 = "0v8imw6zdygs9ymsgk41jclsfr1jwbracjc5balydh15r57rvwjd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig qmake ];
|
nativeBuildInputs = [ pkgconfig qmake ];
|
||||||
|
@ -19,7 +19,7 @@ mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Free, easy to use and flexible tile map editor";
|
description = "Free, easy to use and flexible tile map editor";
|
||||||
homepage = https://www.mapeditor.org/;
|
homepage = "https://www.mapeditor.org/";
|
||||||
license = with licenses; [
|
license = with licenses; [
|
||||||
bsd2 # libtiled and tmxviewer
|
bsd2 # libtiled and tmxviewer
|
||||||
gpl2Plus # all the rest
|
gpl2Plus # all the rest
|
||||||
|
|
Loading…
Reference in a new issue