contact: 1.5.7 -> 1.5.8

This commit is contained in:
R. Ryantm
2026-05-08 04:44:41 +00:00
parent 48a7fb14a7
commit 1fbf99dd87
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "contact";
version = "1.5.7";
version = "1.5.8";
pyproject = true;
src = fetchFromGitHub {
owner = "pdxlocations";
repo = "contact";
tag = finalAttrs.version;
hash = "sha256-nuhlxKE6o2kNMz5VRV0SIY4Hee5thBbV71Ex6mM1AXo=";
hash = "sha256-YNDw/lAPuJIyK6abRnl5WOyv8+t/PTtmBvFWu7NTVwY=";
};
dependencies = [ python3Packages.meshtastic ];