Merge pull request #266012 from r-ryantm/auto-update/goreleaser

goreleaser: 1.21.2 -> 1.22.0
This commit is contained in:
OTABI Tomoya
2023-11-09 11:55:11 +09:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "1.21.2";
version = "1.22.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
hash = "sha256-dH5Fh3F+UJRS/zZkxhZ7TzLWo0ncUNKbLZdjbnBPloE=";
hash = "sha256-82DaGmXS+qbPN3dg1Zk/WHGOymJEuhOzQl+MsPmi5tw=";
};
vendorHash = "sha256-Ua1Eey0trzha1WyPtwZYvfzOSywb7ThfWcI/VlMgD88=";
vendorHash = "sha256-+ac4q820gETsNRVpW2u0MXU6HfoztLdsWK2HYqJ4mqo=";
ldflags =
[ "-s" "-w" "-X main.version=${version}" "-X main.builtBy=nixpkgs" ];