Merge pull request #95190 from r-ryantm/auto-update/tiled

tiled: 1.4.1 -> 1.4.2
This commit is contained in:
Vladyslav M 2020-08-12 23:36:19 +03:00 committed by GitHub
commit 2c0b4f56d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];