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:
commit
f28c080249
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue