Skip to content

Commit

Permalink
Merge pull request #179151 from Homebrew/bump-nixpacks-1.26.0
Browse files Browse the repository at this point in the history
nixpacks 1.26.0
  • Loading branch information
BrewTestBot authored Aug 1, 2024
2 parents ac0e580 + b1e1d0c commit 105da3c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/n/nixpacks.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Nixpacks < Formula
desc "App source + Nix packages + Docker = Image"
homepage "https://nixpacks.com/"
url "https://github.com/railwayapp/nixpacks/archive/refs/tags/v1.25.0.tar.gz"
sha256 "b8408d07aac3ed212b7dd21b6351fb5b540982f57c26d0679a97c37b8ee1e026"
url "https://github.com/railwayapp/nixpacks/archive/refs/tags/v1.26.0.tar.gz"
sha256 "75eb8b4c0b9a5a19db9c699ef66cf423853691c7a06140e7595d17cfd8d8d440"
license "MIT"
head "https://github.com/railwayapp/nixpacks.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e00eb964cb03c1fe2e58d0a11dfed4eff87481fac744e8637dcfa5e0999fb44"
sha256 cellar: :any_skip_relocation, arm64_ventura: "51734997466378fe1cada1328b8b4c531399dc0fa62bcafccaf125843a1f1388"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c66722e3ec7432d8eb71d7634246606609dc326f388a872db905cfc14bcb019f"
sha256 cellar: :any_skip_relocation, sonoma: "a08d4da9a314ad7b3ef3927dd0bf9d6c475a36be374948fdd4102803cba85216"
sha256 cellar: :any_skip_relocation, ventura: "4fd4abf0579f68eadd648e0740a9b7cd99bfe12903538a1ae429589d2c188255"
sha256 cellar: :any_skip_relocation, monterey: "25d42cc1a213c33a5f18a2eec97642c7906f1dc80dc69fa936173cc992097527"
sha256 cellar: :any_skip_relocation, x86_64_linux: "03767fd21220300c989dbf1ece6793636e81872c15dd735c6ee992e520bc9815"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8498e095d41d71b531c400763a2ac68ffa95c5e0576430dd75c60c3b236a9e3d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0ed59ae67aa0945bed7d1e0ffffee90ff7603f3c63fb2eb1d3b6b03fc914ee1c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9fb9803cd5d0ed86130495639a4674d0a6405f7f95212af9c9599155d589e940"
sha256 cellar: :any_skip_relocation, sonoma: "ba7ae4c4104b6ffd32048a9a4347ac2fbafe82156091a867d05b1c6372e03661"
sha256 cellar: :any_skip_relocation, ventura: "b0f65ee5656ba454afb9dc0e5840685507c68cc4781b1445c67dc9040b355e8b"
sha256 cellar: :any_skip_relocation, monterey: "b2483bbb59a7b22073eb11a7f46d8512579a9fa1eba258920555fdb0533b2c54"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a939c3abac22f11afd64dbbff06e6566bf35790fe991cfb796d5ba8b1bac1d71"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 105da3c

Please sign in to comment.