mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #316592 from r-ryantm/auto-update/qlcplus
qlcplus: 4.13.0 -> 4.13.1
This commit is contained in:
commit
c02b3c599a
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "qlcplus";
|
pname = "qlcplus";
|
||||||
version = "4.13.0";
|
version = "4.13.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mcallegari";
|
owner = "mcallegari";
|
||||||
repo = "qlcplus";
|
repo = "qlcplus";
|
||||||
rev = "QLC+_${version}";
|
rev = "QLC+_${version}";
|
||||||
sha256 = "11av9hg6l0pb1lmlw35v1v2q9mmqz65yfaq01454y5qlmsbxpgkp";
|
sha256 = "sha256-AKmPxHOlMtea3q0NDULp3XfJ0JnYeF/iFUJw0dDOiio=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake pkg-config ];
|
nativeBuildInputs = [ qmake pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user