phase-cli: 1.19.3 -> 1.19.6

This commit is contained in:
R. Ryantm
2025-08-31 05:52:47 +00:00
parent b536f7a97c
commit 60b8a041c8
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "phase-cli";
version = "1.19.3";
version = "1.19.6";
pyproject = true;
src = fetchFromGitHub {
owner = "phasehq";
repo = "cli";
tag = "v${version}";
hash = "sha256-bKbhSV7Xa5LYjHVBlsboQGY0nCtLmAJaFhGpe4ZCb0s=";
hash = "sha256-SOFMTetw5kEduV7ufY1v2vnv3exDEmnCFBr9q83YVTo=";
};
build-system = with python3Packages; [