Merge pull request #57612 from dywedir/tiled

tiled: 1.2.2 -> 1.2.3
This commit is contained in:
Ryan Mulligan 2019-03-13 20:54:16 -07:00 committed by GitHub
commit d5c6f5fd03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
, python, qtbase, qttools }: , python, qtbase, qttools }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tiled-${version}"; pname = "tiled";
version = "1.2.2"; version = "1.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bjorn"; owner = "bjorn";
repo = "tiled"; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1yqw10izqhsnqwgxvws2n4ymcwawbh86srv7qmjwbsay752pfgfh"; sha256 = "1zsfhw539zwyf5qfnirzkkgy5bmrrs2cry4gimrhpky9fjlaa9h8";
}; };
nativeBuildInputs = [ pkgconfig qmake ]; nativeBuildInputs = [ pkgconfig qmake ];