mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
razer-cli: 2.2.1 -> 2.3.0
This commit is contained in:
parent
0571e373ab
commit
9484a131d0
1 changed files with 3 additions and 3 deletions
|
@ -10,14 +10,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "razer-cli";
|
||||
version = "2.2.1";
|
||||
version = "2.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lolei";
|
||||
repo = "razer-cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-p/RcBpkvtqYQ3Ekt0pLvKyi1Vv93oHDd7hqSTu/5CSw=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-uwTqDCYmG/5dyse0tF/CPG+9SlThyRyeHJ0OSBpcQio=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue