nfpm: 2.35.0 -> 2.35.1

This commit is contained in:
R. Ryantm
2023-12-28 15:43:49 +00:00
parent 26270cb605
commit 4096c9043f
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "nfpm";
version = "2.35.0";
version = "2.35.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
hash = "sha256-WYLXhRoB8+a5zhTs1qxJVrDjor5orCw6UJrqEt+fBBQ=";
hash = "sha256-ew0iXtOKQIYxpyeNFBHD2F7KflTEQ7qHQMHYaL35Rvw=";
};
vendorHash = "sha256-P9jSQG6EyVGMZKtThy8Q7Y/pV7mbMl2eGrylea0VHRc=";