forked from mirrors/nixpkgs
krakenx: 0.0.1 -> 0.0.3
This commit is contained in:
parent
e0e2b3bd0c
commit
891dbfe6d4
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "krakenx";
|
pname = "krakenx";
|
||||||
version = "0.0.1";
|
version = "0.0.3";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1vxyindph81srya0pfmb3n64n8h7ghp38ak86vc2zc5nyirf5zq8";
|
sha256 = "1khw1rxra5hn7hwp16i6kgj89znq8vjsyly3r2dxx2z2bddil000";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = lib.singleton python3Packages.pyusb;
|
propagatedBuildInputs = lib.singleton python3Packages.pyusb;
|
||||||
|
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
doCheck = false; # there are no tests
|
doCheck = false; # there are no tests
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python script to control NZXT cooler Kraken X52/X62";
|
description = "Python script to control NZXT cooler Kraken X52/X62/X72";
|
||||||
homepage = https://github.com/KsenijaS/krakenx;
|
homepage = https://github.com/KsenijaS/krakenx;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.willibutz ];
|
maintainers = [ maintainers.willibutz ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue