goreleaser: 1.21.0 -> 1.21.1

Diff: https://github.com/goreleaser/goreleaser/compare/v1.21.0...v1.21.1
This commit is contained in:
Sandro Jäckel 2023-09-26 11:25:04 +02:00
parent d4cab06f62
commit 9ee410f17e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "1.21.0";
version = "1.21.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-g7GQy2IRx3aduA7n90ox21lNP046ZXJE2aUsd7mxjb8=";
hash = "sha256-OBdo33A+pLEuHsCzFDLL0bzWqLPFzny/pcSJNIyW8jo=";
};
vendorHash = "sha256-Ua1Eey0trzha1WyPtwZYvfzOSywb7ThfWcI/VlMgD88=";