tiled: 1.2.2 -> 1.2.3

This commit is contained in:
dywedir 2019-03-14 01:41:25 +02:00
parent 0a8d74d957
commit 92ea2c2ffd
No known key found for this signature in database
GPG Key ID: BE743C5DD7703515

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