Unverified Commit fa75e35e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

moz-phab: 1.8.1 -> 1.9.0

parent a9680d1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "mozphab";
  version = "1.8.1";
  version = "1.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mozilla-conduit";
    repo = "review";
    tag = version;
    hash = "sha256-ZiM+4EZjM7WXQfWkHVRTJ/hOHJvf9dRlqzqDHi++xQc=";
    hash = "sha256-CVpsq9YoEww47uruHYEsJk9YQ39ZFQsMdL0nBc8AHUM=";
  };

  build-system = with python3.pkgs; [