goreleaser: 1.17.1 -> 1.17.2

Diff: https://github.com/goreleaser/goreleaser/compare/v1.17.1...v1.17.2
This commit is contained in:
Sandro Jäckel 2023-04-18 18:01:10 +02:00
parent fa1c1b1e5b
commit e7492b3f1f

View File

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "1.17.1";
version = "1.17.2";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-n9u44V1sMQJ1clc8zljuKAl6S1adHvrYHtHboRNYfWg=";
sha256 = "sha256-tNu2rZKGUdBlhY8GmTNM48Nk1DPNp7uChe0v112fhyY=";
};
vendorHash = "sha256-KNHi8lSsya/vbpsWbr7un3bKsb6GcyhkrTurRhczxns=";