File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class Pixi < Formula
22 desc "Package management made easy"
33 homepage "https://pixi.sh"
4- url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.53 .0.tar.gz"
5- sha256 "29e9b24198ddf8be72a851e7c52746db80a136708460b4f24f49b975185d397a "
4+ url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.54 .0.tar.gz"
5+ sha256 "ce74792a4668a9ca0b5f99e6f03c41f76f8f3bd83f48224d4de2267de43bc627 "
66 license "BSD-3-Clause"
77 head "https://github.com/prefix-dev/pixi.git" , branch : "main"
88
@@ -42,7 +42,7 @@ def install
4242 `self-update` has been disabled for this build.
4343 Run `brew upgrade pixi` instead.
4444 EOS
45- system "cargo" , "install" , *std_cargo_args
45+ system "cargo" , "install" , *std_cargo_args ( path : "crates/pixi" )
4646
4747 generate_completions_from_executable ( bin /"pixi" , "completion" , "-s" )
4848 end
You can’t perform that action at this time.
0 commit comments