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

qlcplus: 4.11.1 -> 4.11.2
This commit is contained in:
Peter Hoeg 2018-04-24 06:46:17 +00:00 committed by GitHub
commit 3fcb890fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
mkDerivation rec {
name = "qlcplus-${version}";
version = "4.11.1";
version = "4.11.2";
src = fetchFromGitHub {
owner = "mcallegari";
repo = "qlcplus";
rev = "QLC+_${version}";
sha256 = "0lb1mdp7kbnkja14phgyknr65irwkxcmzk96rqacysvwrvzvfzyd";
sha256 = "0ry7j8d5mm3h3mzd49xqlagnldmfhfr6plwk73pz62hxr4j58s6w";
};
nativeBuildInputs = [ qmake pkgconfig ];