Skip to content

Commit

Permalink
nickel: update checksum
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>

nickel: remove build patch

Signed-off-by: Rui Chen <rui@chenrui.dev>
chenrui333 committed Aug 1, 2024
1 parent 99b83f8 commit de44193
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Formula/n/nickel.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ class Nickel < Formula
desc "Better configuration for less"
homepage "https://github.com/tweag/nickel"
url "https://github.com/tweag/nickel/archive/refs/tags/1.7.0.tar.gz"
sha256 "86648ee6a67b17563ada956677df7fd5805b06452292e831abe4b91ecc3ed029"
sha256 "0a187cb5e4d34fb485ae7ceca77e18b27f22860cf79c03f92e12fc5c2c59c01e"
license "MIT"
head "https://github.com/tweag/nickel.git", branch: "master"

@@ -18,12 +18,6 @@ class Nickel < Formula

depends_on "rust" => :build

# upstream patch pr, https://github.com/tweag/nickel/pull/1951
patch do
url "https://github.com/tweag/nickel/commit/03cf743c5c599a724ba1d037373b270b9483df83.patch?full_index=1"
sha256 "1fd24f6c47b504c73db62f3420a5eb8ec55c80d0a28080c14ab2d445dfe95397"
end

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

0 comments on commit de44193

Please sign in to comment.