nfpm: 2.43.2 -> 2.43.4

This commit is contained in:
R. Ryantm
2025-10-12 11:04:13 +00:00
parent f946089b75
commit 817c5aae5a

View File

@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "nfpm";
version = "2.43.2";
version = "2.43.4";
src = fetchFromGitHub {
owner = "goreleaser";
repo = "nfpm";
rev = "v${version}";
hash = "sha256-RHYGVSR/hMekaNoIxBP2zw3RZi/SSj4RlSMJNvgbigw=";
hash = "sha256-mLss9uh/yTU6aJDTBDGdfL0M6A3AIVOfuWR8r0KsyOk=";
};
vendorHash = "sha256-7OhiaB0PpwvFj+yLyoN0+/qpF+p/c/Vw+7Tn2XVYYjg=";