Skip to content

Commit

Permalink
rivalcfg: 4.8.0 -> 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent a2f82b9 commit 8191bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/rivalcfg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

python3Packages.buildPythonPackage rec {
pname = "rivalcfg";
version = "4.8.0";
version = "4.10.0";

src = fetchFromGitHub {
owner = "flozz";
repo = "rivalcfg";
rev = "v${version}";
sha256 = "sha256-fCl+XY+R+QF7jWLkqii4v0sbXr7xoX3A3upm+XoBAms=";
rev = "refs/tags/v${version}";
sha256 = "sha256-8/2jEwEKdBGv31eQKao631siyUDlbtcy0HwP4+OGSok=";
};

propagatedBuildInputs = with python3Packages; [ hidapi setuptools ];
Expand Down

0 comments on commit 8191bad

Please sign in to comment.