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
+2 -2
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=";