Commit 178d2789 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 8ee77c6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "voip-utils";
  version = "0.2.1";
  version = "0.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "voip-utils";
    rev = "refs/tags/v${version}";
    hash = "sha256-ONvbkYP1hGMYOVZs5gvs/cr+Tde9gT3jloP6veqE/Ac=";
    hash = "sha256-OlvZSVuoGQi0QEusl01nbw3oD75NfMsbpNOPQgWYu+c=";
  };

  postPatch = ''