Skip to content

Commit b5ce7e7

Browse files
BrewTestBotdaeho-ro
authored andcommitted
pixi 0.54.0
1 parent 9d68afa commit b5ce7e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/pixi.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)