goreleaser: 1.26.2 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-06-05 03:26:50 +00:00
parent a5ca13d240
commit 1d0d027efa

View File

@ -9,13 +9,13 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "1.26.2";
version = "2.0.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
hash = "sha256-/vRN3JcfAK0p9y4kusQooziozG7Wn40b4XjsXe+fE7E=";
hash = "sha256-mUs+MElOgo5aiFsU5vSgvCSVNLpTOsBoIF7m/sDSQ98=";
};
vendorHash = "sha256-1tJksVsGEWVd2wjic4k8ow+/Is9GaCnBMg0UAJzwpkA=";