Skip to content

Commit

Permalink
Merge pull request #142632 from chenrui333/bump-nickel-1.2.0
Browse files Browse the repository at this point in the history
nickel 1.2.0
  • Loading branch information
BrewTestBot authored Sep 15, 2023
2 parents 1a3abe6 + 7ea56f0 commit 25bb1f5
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Formula/n/nickel.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
class Nickel < Formula
desc "Better configuration for less"
homepage "https://github.com/tweag/nickel"
url "https://github.com/tweag/nickel/archive/refs/tags/1.1.1.tar.gz"
sha256 "48f709d5c21c9961bfaaf7a1abc766fc62909afd249e8cd104f72d2a68df601e"
url "https://github.com/tweag/nickel/archive/refs/tags/1.2.0.tar.gz"
sha256 "d921831603f546e222e8be63818c67d5be2ac1c18066fad7eb7cf072a3c11612"
license "MIT"
head "https://github.com/tweag/nickel.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "276e04824cb230e1be7d64ac60d7f3a0732735b3ba5fc42a8beaded9a618cbc2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "66c084ddaad46bfc65878b0bd644ca65ba24ddaad661dd812cf252ec8978b72c"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "589a92efc3fc2eba9644e6636654b3f8d2c51d6889736ec123a49b22ac5fd6d5"
sha256 cellar: :any_skip_relocation, ventura: "ed7ad80678db0458906fbdf386c8b33b80439769a74d0ce340943930715abab3"
sha256 cellar: :any_skip_relocation, monterey: "67bfe9f283b334d266fc1ef7eaa2df92c3206247998a212f811acd0c350202e7"
sha256 cellar: :any_skip_relocation, big_sur: "53298e2707cc986e6e443aec7b3ddda0d338270764de287b2745dff29eb17f79"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4fe88a0b96556b6441986344140f9b9038cc25e0ffa8db26f8c6f3e7742cbe8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "26b70fe64a7820c2a5f13033a286f0a68c4a01b9ce5b272688099fe98ee4e8ea"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b5bd9f36cc525e87985dc8ced44b75bede19226d1e489c9291569c0725d8df86"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "070e69c81c866b750c5e85cb9c7291c23b260e3bfe49d92f27776a633dce023b"
sha256 cellar: :any_skip_relocation, ventura: "1aee20f935436a073f716b6249487b02a5522636a16923816f9badff826976ba"
sha256 cellar: :any_skip_relocation, monterey: "2b983ee0b3707748a25054aa734f197058c0401b010f1c80531bd2056886e33c"
sha256 cellar: :any_skip_relocation, big_sur: "62f020042fc2a92a0de2cdde7589a8a926f2bc902ecc852d2d6205911b8156c3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fa15adcdda76766b1fee8552a403e0eaafd6985c1293b17b694d6ef16c89c51"
end

depends_on "rust" => :build

def install
ENV["NICKEL_NIX_BUILD_REV"] = tap.user.to_s

system "cargo", "install", *std_cargo_args(path: "cli")
end

Expand Down

0 comments on commit 25bb1f5

Please sign in to comment.