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

tiled: 1.7.0 -> 1.7.2
This commit is contained in:
Vlad M 2021-08-22 13:35:56 +03:00 committed by GitHub
commit 1279b329fa
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.0";
version = "1.7.2";
src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XVIkyf9cQZXjFuGGCliCSY22X8EkoPEl1EpGCrMTsgY=";
sha256 = "sha256-yQWe27zLWOnRQk+MEpuWs8CFP/le3PQ+yziB0ikNang=";
};
nativeBuildInputs = [ pkg-config qmake ];