|
1 | 1 | class Nixpacks < Formula |
2 | 2 | desc "App source + Nix packages + Docker = Image" |
3 | 3 | homepage "https://nixpacks.com/docs/getting-started" |
4 | | - url "https://github.com/railwayapp/nixpacks/archive/refs/tags/v1.37.0.tar.gz" |
5 | | - sha256 "30875dccc05532feadb303ce7ed62a6c60edeec8f845d9dfbbb28fd0999acdf4" |
| 4 | + url "https://github.com/railwayapp/nixpacks/archive/refs/tags/v1.38.0.tar.gz" |
| 5 | + sha256 "071c00fa80b8816029b93618f243b54c215fcb1d7be7e464683d8cbaedc21fa9" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/railwayapp/nixpacks.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eedd1a09acbb96bb9c2fb175c4994f81c1902e72c33373d9da068d0fe81357c3" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "31bc4fee9e4281622fc99cd6577cfbdf298f3d817e7e95c51df750d0ede11dfc" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "8e46f642ea2688a6e4277742e5f42868e540122fb30bb8c2b5e93ed26fe2d4b3" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "534bb53b7469db36b5ae82091c33d748881a2e16ebe6a9e2bfa57a526c1219c4" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "5b71fe1745d0b7fe37e49aaae5cb74864c0a92e4fc89a79ca0d12f86c2ac217e" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "84df56f0313366efaf5a8a2eb70aceba5927ad770980846e3a99de06fcaf197b" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a8ee9b25b9fb95444882f64db565ac796a50f58e046f26cb82de11fe97615a5" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "28e08bc3c346de0acbfabc11f872c6bef1b44ef50f7422acdf23b64c32c84f2a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6784b2b7df3a9bb9ac080a30a744635ad3660abcf63631f44cd6ce79b8859da" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "017741349e36620511805fff2f94c2cbe34881c67f4d9f9f7c4827688e744bf1" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "df9999ce1819bacc663a9582464ced15049287dccd5d1ff5440b65ce8425952b" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "b1510e3662ebe7c236ca92fc834e08f27263aef2f6d2aefa141e70046947892e" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "7f9d592aa1abb4867aa5c417b50095944f3215263896cbe187aa435556134301" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9705db815b261b8863a3d745d0bcb86b775cb4f1123bc8869f5f6211d190fcfd" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments