fix: meshcore version in flake

This commit is contained in:
Jorrit van der Heide 2025-12-05 09:15:22 +01:00
parent 543191f3e7
commit 20d2900dd5

View file

@ -15,12 +15,12 @@
meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-HpCbGG+ZQdVWIeE3mJFFQ7w5W+JjcNb+Tb53i9uT5CA=";
sha256 = "sha256-vn/vF4avMDwDLL0EMVrrMWkZrZ1GTiUxGyTBOtKvG1I=";
};
build-system = [python3Packages.hatchling];