diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 5b10ca483ffd..fe48cb0ae311 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -1,8 +1,8 @@ class Pixi < Formula desc "Package management made easy" homepage "https://pixi.sh" - url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.54.2.tar.gz" - sha256 "6a9c0d8b623ffa3e978d82e9db369d4ace0b850c12f5ecfc1117025a4e720df5" + url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.55.0.tar.gz" + sha256 "fcf3dc002573980780b27e92d2f10e1b23f82bbb0df3c127bbfdabe0813dfa75" license "BSD-3-Clause" head "https://github.com/prefix-dev/pixi.git", branch: "main" @@ -15,14 +15,12 @@ class Pixi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "6c09a5c6e9d178891520b3a9d8e30113c82bb84c37f737f63383a525eb731181" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "062dda1ce5fb1d599b3816cbc1014b0c100b9829a4017419e2fed5988c3aca64" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0df3d98fca44459c95aee568a43a9f670a2217f7a1b95e230f6ff6e07633f04e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b23d4f662e4e803fc821dd4eda02afe1b225bf1450396207db18747bd5c5af2b" - sha256 cellar: :any_skip_relocation, sonoma: "f6d6979427346403fed3adbcd43fa7108f04c0c38310f0fa92a21b3364137367" - sha256 cellar: :any_skip_relocation, ventura: "2deb4696d44cf26a0442d4ffb8185cd887f39bc7aaf6b89066736c657d73bfab" - sha256 cellar: :any_skip_relocation, arm64_linux: "b33adfc010159663fa5a474001481f81a95366d8be9e051e5668d1b64dd04a7b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db3a1c64704589b336932a9894c33edeb28d2c050e2b24b6ecec594ab9fd0874" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "a91ebb54dcb4b2f873e1cde3c30f4081e7ee342ac93938637a687dfd5ecf7900" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2054dbeab094cff2829bf67ee6557edba55b017ce7098abe1a55d64755fcda1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "08e9152ceaff72aeac2c20371a067a9487046d1dd7f631328073b8357848d0bb" + sha256 cellar: :any_skip_relocation, sonoma: "00fc3820e0039fe5bf75093aa640165a0420b051326affea9d805813e1593262" + sha256 cellar: :any_skip_relocation, arm64_linux: "a557f35a4ad9c6797ba74712a8305fed89615221c4923fc2536e89a5cd22a44d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1928dbc4fb632734c8a48650b967831691b241a00ae77ce57c8c08bb86b02039" end depends_on "cmake" => :build