mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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 {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "razer-cli";
|
pname = "razer-cli";
|
||||||
version = "2.2.1";
|
version = "2.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lolei";
|
owner = "lolei";
|
||||||
repo = "razer-cli";
|
repo = "razer-cli";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-p/RcBpkvtqYQ3Ekt0pLvKyi1Vv93oHDd7hqSTu/5CSw=";
|
hash = "sha256-uwTqDCYmG/5dyse0tF/CPG+9SlThyRyeHJ0OSBpcQio=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pkgs; [
|
build-system = with python3.pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue