chisel: 1.7.6 -> 1.7.7 (#157492)

This commit is contained in:
Fabian Affolter 2022-02-01 20:57:05 +01:00 committed by GitHub
parent ad45db081d
commit f1e012775f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "chisel"; pname = "chisel";
version = "1.7.6"; version = "1.7.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jpillora"; owner = "jpillora";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-hUurgwbSUcNZiSi+eVTG/Ija/yxPeWuvEE5pUiG7Dls="; sha256 = "sha256-3EaVUGcwkJWX0FxIaHddUehJIdbxAPfBm8esXKCUuhM=";
}; };
vendorSha256 = "sha256-GzsQ6LXxe9UQc13XbsYFOWPe0EzlyHechchKc6xDkAc="; vendorSha256 = "sha256-Oko9nduKW76NIUCVyF0lPzEH+TFT1el9VGIbm5lQXtM=";
ldflags = [ "-s" "-w" "-X github.com/jpillora/chisel/share.BuildVersion=${version}" ]; ldflags = [ "-s" "-w" "-X github.com/jpillora/chisel/share.BuildVersion=${version}" ];