rivalcfg: 4.11.0 -> 4.12.0
This commit is contained in:
parent
5cdb38bb16
commit
957471018a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "rivalcfg";
|
pname = "rivalcfg";
|
||||||
version = "4.11.0";
|
version = "4.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "flozz";
|
owner = "flozz";
|
||||||
repo = "rivalcfg";
|
repo = "rivalcfg";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-6hgGb2BlXbnJ6uHbk8EUqrS/G1y65jTcw0zVCKt5+3k=";
|
sha256 = "sha256-fkZvEaJJIfzyVyXhlb7Jlv5dASNKyclDIlyXU0uu5wo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ hidapi setuptools ];
|
propagatedBuildInputs = with python3Packages; [ hidapi setuptools ];
|
||||||
|
|
Loading…
Reference in a new issue