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

tiled: 1.8.0 -> 1.8.1
This commit is contained in:
Vlad M 2022-02-13 15:15:13 +02:00 committed by GitHub
commit 71f8f348c4
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.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rJY2PNUxKAv+uQKBwu5kPuwyWkzOK9bg8NJViSgG29I=";
sha256 = "sha256-JmnJUpbOPAkURTgRDLuTf1Mqh+simog1BE6s5+mA20Q=";
};
nativeBuildInputs = [ pkg-config qmake ];