nfpm: 1.1.0 -> 1.1.5

This commit is contained in:
Mario Rodas 2019-11-18 04:20:00 -05:00 committed by Jon
parent a5fca20959
commit 78e17ea5c1

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nfpm";
version = "1.1.0";
version = "1.1.5";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "16wyn6dx7cs32a704zcyr6v26b9iw4b506nymgljghvqw4bhysr1";
sha256 = "0wgp4bana38r385qgcm83fhqd053y5i9swh5cmnmbqjibx85g5r2";
};
modSha256 = "0a4r4msfniya6pby4bs3qvgammn95sr5nmjp4vv0cm74n81rk051";
modSha256 = "1d532nv76gzckq2a0nyr9xixbm3rr8d8vlzgdz6i61xsjakfm6ap";
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];