goreleaser: 1.16.1 -> 1.16.2

This commit is contained in:
R. Ryantm 2023-03-22 07:13:52 +00:00
parent 293e39ec09
commit 263272dd5e

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goreleaser";
version = "1.16.1";
version = "1.16.2";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Cj6VjD0TKAfyLPMJBknOgn/KAVD0BhC0ylDyfRYt5z8=";
sha256 = "sha256-BHx44ux+g642aTaV0Wlw/uz/3Vy4MJfuNffgqGDsb6I=";
};
vendorHash = "sha256-eVuEyQCO2/gufMJp8eUpC82wdJbbJsMKR1ZGv96C9mI=";