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

goreleaser: 1.25.0 -> 1.25.1
This commit is contained in:
Nick Cao 2024-04-09 09:38:03 -04:00 committed by GitHub
commit ea9a85946a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "1.25.0";
version = "1.25.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
hash = "sha256-1GQOnDwQkzoyLPehog32uwg6h2swBcbvxmZENaVaLCI=";
hash = "sha256-WYpFSV4dMz6sYNc45iXE/oOTmyZqMqHBZlx+00NZHbU=";
};
vendorHash = "sha256-vI/S4QtN72tmBVZ2PPcavotJBkl+bdXO9OFqlOGw1J8=";