goreleaser: 1.11.3 -> 1.11.4

This commit is contained in:
Sandro Jäckel 2022-09-19 15:08:10 +02:00
parent ce55d54e44
commit 20735384ee
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goreleaser";
version = "1.11.3";
version = "1.11.4";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aWaNJVNd3CUTU6ap4sUMo2EqDDkA4iMe9xdxqaA+wl0=";
sha256 = "sha256-hbgInZZ1ahFPIGHiHs68GqbMfFfYMcJy92iL2fvGxr0=";
};
vendorSha256 = "sha256-iUXbvwh04W8cZ4pa+OS4bRi3bCyFQ2shPzHNh6/e3Vs=";