goreleaser: 1.6.1 -> 1.6.3

This commit is contained in:
R. Ryantm 2022-03-13 10:19:00 +00:00
parent 12769bc7e1
commit f07266ad8b

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