qlcplus: 4.12.0 -> 4.12.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qlcplus/versions
This commit is contained in:
parent
036439e96e
commit
3eb717e053
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "qlcplus-${version}";
|
name = "qlcplus-${version}";
|
||||||
version = "4.12.0";
|
version = "4.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mcallegari";
|
owner = "mcallegari";
|
||||||
repo = "qlcplus";
|
repo = "qlcplus";
|
||||||
rev = "QLC+_${version}";
|
rev = "QLC+_${version}";
|
||||||
sha256 = "056ccgcz3rpbic2hqg4r1rq8svq7070j2h6l3hbb1p8h3qxwamzh";
|
sha256 = "1kz2zbz7blnm91dysn949bjsy4xqxg658k47p3gbl0pjl58c44hp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake pkgconfig ];
|
nativeBuildInputs = [ qmake pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user