From eee7cd8c1540ad49edb49ced2ea38781ba0cfaf6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 31 Jul 2024 17:53:09 -0400 Subject: [PATCH] nickel: update checksum Signed-off-by: Rui Chen --- Formula/n/nickel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/nickel.rb b/Formula/n/nickel.rb index 2cbe827b419b4..b964be766c4dd 100644 --- a/Formula/n/nickel.rb +++ b/Formula/n/nickel.rb @@ -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"