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

phase-cli: 1.19.0 -> 1.19.1

parent 32bb18de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "phase-cli";
  version = "1.19.0";
  version = "1.19.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "phasehq";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-E5vSF8/DLUH2zfGwbQ3XqELTSP4XR3cqfcMM8hMaOf4=";
    hash = "sha256-2FVnOQ6A7PopqE9KRlZP1QhGP6Ia5kGPDvguOI45aPI=";
  };

  build-system = with python3Packages; [