mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #330575 from r-ryantm/auto-update/skypilot
skypilot: 0.6.0 -> 0.6.1
This commit is contained in:
commit
f28c080249
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "skypilot";
|
pname = "skypilot";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "skypilot-org";
|
owner = "skypilot-org";
|
||||||
repo = "skypilot";
|
repo = "skypilot";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-SddXouful2RSp7ijx6YLzfBhBvzN9xKM2dRzivgNflw==";
|
hash = "sha256-ZrNI9s7U39SMHqIzOtyuth8Wrkn+T2KSsMfpqO1pxoI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user