Merge pull request #226152 from caarlos0/goreleaser-up

goreleaser: 1.17.0 -> 1.17.1
This commit is contained in:
figsoda 2023-04-14 10:22:42 -04:00 committed by GitHub
commit a867f8958e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,15 @@
, installShellFiles
, buildPackages
}:
buildGoModule rec {
pname = "goreleaser";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OaTt6pFIfPYbonl2M1NBL6ET1XOt1Xe94zOCsEtJuGI=";
sha256 = "sha256-n9u44V1sMQJ1clc8zljuKAl6S1adHvrYHtHboRNYfWg=";
};
vendorHash = "sha256-KNHi8lSsya/vbpsWbr7un3bKsb6GcyhkrTurRhczxns=";