From c0a881f3f692ad581f366d72744549135f24fc6c Mon Sep 17 00:00:00 2001 From: Florent Date: Sat, 15 Nov 2025 19:23:03 +0100 Subject: [PATCH] updating flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ff20329..97013a7 100644 --- a/flake.nix +++ b/flake.nix @@ -15,12 +15,12 @@ meshcore = python3Packages.buildPythonPackage rec { pname = "meshcore"; - version = "2.1.24"; + version = "2.2.1"; pyproject = true; src = python3Packages.fetchPypi { inherit pname version; - sha256 = "sha256-CTn4HsVoGPij3HmHIts9Rta/iVsR8wH+CECV1vznBjQ="; + sha256 = "sha256-HpCbGG+ZQdVWIeE3mJFFQ7w5W+JjcNb+Tb53i9uT5CA="; }; build-system = [python3Packages.hatchling];