goreleaser: 2.11.2 -> 2.12.0 (#439816)

This commit is contained in:
Sandro
2025-09-03 16:12:41 +02:00
committed by GitHub
+5 -5
View File
@@ -1,25 +1,25 @@
{
stdenv,
lib,
buildGoModule,
buildGo125Module,
fetchFromGitHub,
installShellFiles,
buildPackages,
testers,
goreleaser,
}:
buildGoModule rec {
buildGo125Module rec {
pname = "goreleaser";
version = "2.11.2";
version = "2.12.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = "goreleaser";
rev = "v${version}";
hash = "sha256-rGlkzTIOG7CXivV3gq9TsYo9bVgznF/0Cln2+89175I=";
hash = "sha256-z3yYC6NQ6Y5NbsFsvYnx/+X1rU7Gs8dSXaQZ0KCyiis=";
};
vendorHash = "sha256-A9C0CXfICVU0lXDPA1XP/Tu9Fgq2qStybZR4nMrnIDs=";
vendorHash = "sha256-GcG/VkX9XkAkNAwt5XX14FWAZutSuSOOyl7/Yjwxrfk=";
ldflags = [
"-s"