Merge pull request #69937 from r-ryantm/auto-update/qlcplus

qlcplus: 4.12.1 -> 4.12.2
This commit is contained in:
Jon 2019-09-29 18:20:00 -07:00 committed by GitHub
commit 9017f8c7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qlcplus";
version = "4.12.1";
version = "4.12.2";
src = fetchFromGitHub {
owner = "mcallegari";
repo = "qlcplus";
rev = "QLC+_${version}";
sha256 = "1kz2zbz7blnm91dysn949bjsy4xqxg658k47p3gbl0pjl58c44hp";
sha256 = "1j0jhgql78p5ghcaz36l1k55447s5qiv396a448qic7xqpym2vl3";
};
nativeBuildInputs = [ qmake pkgconfig ];