skypilot: 0.7.0 -> 0.8.0 (#382487)

This commit is contained in:
Wolfgang Walther
2025-02-25 19:50:05 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "skypilot";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "skypilot-org";
repo = "skypilot";
tag = "v${version}";
hash = "sha256-Vs6vOrJLYexezd7qAnSGvheS8/atoNl5l/+q0nWdMpY=";
hash = "sha256-WM2glbjRFwAxyrIV5ID0bRaGb8UCQXiIgm0Praf7mU4=";
};
pyproject = true;