Merge pull request #132499 from r-ryantm/auto-update/goreleaser

goreleaser: 0.174.1 -> 0.174.2
This commit is contained in:
Ryan Mulligan 2021-08-04 12:53:38 -07:00 committed by GitHub
commit cc0cf4b858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goreleaser";
version = "0.174.1";
version = "0.174.2";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oHH5/w1G0xlhmnUe6/qS0++qtBdDd6dUw6JfWYAWIh8=";
sha256 = "sha256-o/rDqYjOI+HxThQA7cflWUhCdsb6m4XOuzI753upmio=";
};
vendorSha256 = "sha256-P91wi2Fqo9+Yccqoqmsx0IbjSGUpiKIh7uOsgsR9c+0=";