contact: 1.4.0 -> 1.4.1 (#449878)
This commit is contained in:
@@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "contact";
|
pname = "contact";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pdxlocations";
|
owner = "pdxlocations";
|
||||||
repo = "contact";
|
repo = "contact";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-6yPXwYfFL8gU7hBF1BJ/Zv9GRbqeccbzsB+5Ny6o0WI=";
|
hash = "sha256-od0sF+c6ToNNtGmGxikGsXniQ3HCm4Hz3ynrzXCNJmw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dependencies = [ python3Packages.meshtastic ];
|
dependencies = [ python3Packages.meshtastic ];
|
||||||
|
|||||||
Reference in New Issue
Block a user