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

tiled: 1.7.2 -> 1.8.0
This commit is contained in:
Vlad M 2022-02-10 20:12:33 +02:00 committed by GitHub
commit afa9bb4d3a
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.7.2";
version = "1.8.0";
src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yQWe27zLWOnRQk+MEpuWs8CFP/le3PQ+yziB0ikNang=";
sha256 = "sha256-rJY2PNUxKAv+uQKBwu5kPuwyWkzOK9bg8NJViSgG29I=";
};
nativeBuildInputs = [ pkg-config qmake ];