1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #330575 from r-ryantm/auto-update/skypilot

skypilot: 0.6.0 -> 0.6.1
This commit is contained in:
Nick Cao 2024-07-29 15:37:56 -04:00 committed by GitHub
commit f28c080249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "skypilot";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "skypilot-org";
repo = "skypilot";
rev = "v${version}";
hash = "sha256-SddXouful2RSp7ijx6YLzfBhBvzN9xKM2dRzivgNflw==";
rev = "refs/tags/v${version}";
hash = "sha256-ZrNI9s7U39SMHqIzOtyuth8Wrkn+T2KSsMfpqO1pxoI=";
};
pyproject = true;