Update package version for reticulum-meshchatx to 4.2.1 in flake.nix

This commit is contained in:
Sudo-Ivan
2026-03-06 01:24:52 -06:00
parent 53c2dcbb2b
commit 6ea5fdfe2b

View File

@@ -74,7 +74,7 @@
# Simple package definition for the backend
packages.default = pkgs.python312Packages.buildPythonPackage {
pname = "reticulum-meshchatx";
version = "4.2.0";
version = "4.2.1";
src = ./.;
format = "pyproject";