goreleaser: 2.7.0 -> 2.8.0 (#389448)

Co-authored-by: caarlos0 <caarlos0@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-13 13:43:45 +00:00
committed by GitHub
co-authored by caarlos0
+3 -3
View File
@@ -10,16 +10,16 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = "goreleaser";
rev = "v${version}";
hash = "sha256-tpUnoW2Hx/A+bmhAn0GctllILEx9QCfgpscJWJTxJUU=";
hash = "sha256-dyGOfcUlMXqrKSosxT+SbI8JPkDgw7fE/ZDBjC+mqjw=";
};
vendorHash = "sha256-coO4Y+/ELu4yRusxop/Xc4cTlc+6HYAVIfiUbC2bLTw=";
vendorHash = "sha256-lwiU8O+19ONyB9oqMOuutbIr4w8NY2OstE67p/E+UjY=";
ldflags = [
"-s"