Commit a440bce4 authored by R. RyanTM's avatar R. RyanTM
Browse files

contact: 1.4.16 -> 1.4.17

parent d858c28e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "contact";
  version = "1.4.16";
  version = "1.4.17";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pdxlocations";
    repo = "contact";
    tag = finalAttrs.version;
    hash = "sha256-8osQvow6VWl19k8hGaUZx9Q9mZXWkwJqXtEUNP2Lh2E=";
    hash = "sha256-EQNKljdySxujpoAaA43jHfh39K2BW5/Autt06dlijpk=";
  };

  dependencies = [ python3Packages.meshtastic ];