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

goreleaser: 1.6.1 -> 1.6.3
This commit is contained in:
Ryan Mulligan 2022-03-15 12:30:21 -07:00 committed by GitHub
commit b13c7072d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goreleaser";
version = "1.6.1";
version = "1.6.3";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MnsIm8E6CR5tEB6Oq35fJKQiPJfqP86/hp0t6lqJ0JE=";
sha256 = "sha256-ZNE+DfQdIlxA6sXMI8DAIQ3x+kcgXoGApUuoPncRfpc=";
};
vendorSha256 = "sha256-Kwa2hzsuw3BNLubcqd7Vmpg49P78Yjt3LboLotoGWYM=";