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:
R. RyanTM 2019-03-11 17:01:59 -07:00 committed by Robin Gloster
parent 036439e96e
commit 3eb717e053

View file

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