mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
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 {
|
||||
pname = "rivalcfg";
|
||||
version = "4.11.0";
|
||||
version = "4.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flozz";
|
||||
repo = "rivalcfg";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-6hgGb2BlXbnJ6uHbk8EUqrS/G1y65jTcw0zVCKt5+3k=";
|
||||
sha256 = "sha256-fkZvEaJJIfzyVyXhlb7Jlv5dASNKyclDIlyXU0uu5wo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ hidapi setuptools ];
|
||||
|
|
Loading…
Reference in a new issue