phase-cli: 1.19.2 -> 1.19.3

This commit is contained in:
R. Ryantm
2025-08-20 22:15:01 +00:00
parent 3ecd031b66
commit 9e238cc4e6
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "phase-cli";
version = "1.19.2";
version = "1.19.3";
pyproject = true;
src = fetchFromGitHub {
owner = "phasehq";
repo = "cli";
tag = "v${version}";
hash = "sha256-XicOP/V9j74kogu6KEUyk06D0kCq/oG5N635h6X1eng=";
hash = "sha256-bKbhSV7Xa5LYjHVBlsboQGY0nCtLmAJaFhGpe4ZCb0s=";
};
build-system = with python3Packages; [