goreleaser: 1.20.0 -> 1.21.0

Diff: https://github.com/goreleaser/goreleaser/compare/v1.20.0...v1.21.0
This commit is contained in:
Sandro Jäckel 2023-09-25 01:30:47 +02:00
parent 50aab0768e
commit 0ee7eda9f6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "1.20.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "iZqX/03+0koxLTbeUOxpQoEita6S/eszB8kMe/NtDcc=";
sha256 = "sha256-g7GQy2IRx3aduA7n90ox21lNP046ZXJE2aUsd7mxjb8=";
};
vendorHash = "sha256-YYFCoLwgx8OBfI4VcWO6AUqNZU2JdgGAJm26koJAzWA=";
vendorHash = "sha256-Ua1Eey0trzha1WyPtwZYvfzOSywb7ThfWcI/VlMgD88=";
ldflags =
[ "-s" "-w" "-X main.version=${version}" "-X main.builtBy=nixpkgs" ];