nfpm: 2.25.0 -> 2.25.1

This commit is contained in:
R. Ryantm 2023-02-12 22:17:37 +00:00
parent d1801a813d
commit 8e75023890

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nfpm";
version = "2.25.0";
version = "2.25.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Mu0/mWkdrhaybI0iAB/MuD7UTbDDC73ZMxr8kU7R23I=";
sha256 = "sha256-J5vAvF22NKMvvaftfVugWYAP6uM6pcyKEPqRDf+J9A4=";
};
vendorHash = "sha256-YDV816jTLAqbSjiKXvbkwPbPCLPplH+NFN1SCVjWcbk=";
vendorHash = "sha256-GaESwr7rvDvjQ7zi/LbndiB2lQGmIELTx7wAJitj5kw=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];