tiled: 1.4.1 -> 1.4.2

gstqt5
R. RyanTM 2020-08-11 15:31:57 +00:00
parent f707715136
commit 13c788cd0b
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "tiled";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
sha256 = "1x8jymmc56di1c1wxalsp6qhcban2hahn70ndd097b8mx52gckjr";
sha256 = "0b3xjcc86vs9lfxr7xann9d43dz3v3x1g7j1mcn31sy2n68a1wx3";
};
nativeBuildInputs = [ pkgconfig qmake ];