3
0
Fork 0
forked from mirrors/nixpkgs

openrazer: 2.6.0 -> 2.7.0

openrazer: remove superfluous period from hardware.openrazer.enable
This commit is contained in:
Evan Stoll 2020-01-30 01:32:16 -05:00 committed by Jon
parent d3bef573f9
commit e341719193
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ in
{
options = {
hardware.openrazer = {
enable = mkEnableOption "OpenRazer drivers and userspace daemon.";
enable = mkEnableOption "OpenRazer drivers and userspace daemon";
verboseLogging = mkOption {
type = types.bool;

View file

@ -1,12 +1,12 @@
{ stdenv
, fetchFromGitHub
}: rec {
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "openrazer";
repo = "openrazer";
rev = "v${version}";
sha256 = "1s5irs3avrlp891mxan3z8p55ias9rq26rqp2qrlcc6i4vl29di0";
sha256 = "013r9q4xg2xjmyxybx07zsl2b5lm9vw843anx22ygpvxz1qgz9hp";
};
meta = with stdenv.lib; {
homepage = https://openrazer.github.io/;