krakenx: 0.0.1 -> 0.0.3

wip/yesman
WilliButz 6 years ago
parent e0e2b3bd0c
commit 891dbfe6d4
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2
  1. 6
      pkgs/tools/system/krakenx/default.nix

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "krakenx";
version = "0.0.1";
version = "0.0.3";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1vxyindph81srya0pfmb3n64n8h7ghp38ak86vc2zc5nyirf5zq8";
sha256 = "1khw1rxra5hn7hwp16i6kgj89znq8vjsyly3r2dxx2z2bddil000";
};
propagatedBuildInputs = lib.singleton python3Packages.pyusb;
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false; # there are no tests
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;
license = licenses.gpl2;
maintainers = [ maintainers.willibutz ];

Loading…
Cancel
Save