mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
Update Nix flake for 2.2.3
This commit is contained in:
parent
71e3064574
commit
c80ca8126c
1 changed files with 2 additions and 2 deletions
|
|
@ -17,12 +17,12 @@
|
||||||
|
|
||||||
meshcore = python3Packages.buildPythonPackage rec {
|
meshcore = python3Packages.buildPythonPackage rec {
|
||||||
pname = "meshcore";
|
pname = "meshcore";
|
||||||
version = "2.2.2";
|
version = "2.2.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-vn/vF4avMDwDLL0EMVrrMWkZrZ1GTiUxGyTBOtKvG1I=";
|
sha256 = "sha256-lmMflAlrNnfsc10J3CBxor9ftHK10bWyGTbjASJv82s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.hatchling ];
|
build-system = [ python3Packages.hatchling ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue