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

qlcplus: 4.13.0 -> 4.13.1
This commit is contained in:
Peder Bergebakken Sundt 2024-06-10 14:57:47 +02:00 committed by GitHub
commit c02b3c599a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qlcplus";
version = "4.13.0";
version = "4.13.1";
src = fetchFromGitHub {
owner = "mcallegari";
repo = "qlcplus";
rev = "QLC+_${version}";
sha256 = "11av9hg6l0pb1lmlw35v1v2q9mmqz65yfaq01454y5qlmsbxpgkp";
sha256 = "sha256-AKmPxHOlMtea3q0NDULp3XfJ0JnYeF/iFUJw0dDOiio=";
};
nativeBuildInputs = [ qmake pkg-config ];