Skip to content

Commit

Permalink
nfpm: 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and ehmry committed Oct 28, 2019
1 parent 97f4d0d commit 3e63919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nfpm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "nfpm";
version = "1.0.0";
version = "1.1.0";

src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "0d92wwmvyk6sn3z61y1n9w4wydafra941s0cpbnkc7c9qkxiwwnb";
sha256 = "16wyn6dx7cs32a704zcyr6v26b9iw4b506nymgljghvqw4bhysr1";
};

modSha256 = "04hcg1n8f1wxz7n1k91nfspkd1ca7v5xf4hjj3wiw55vmykzcsm5";
modSha256 = "0a4r4msfniya6pby4bs3qvgammn95sr5nmjp4vv0cm74n81rk051";

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];

Expand Down

0 comments on commit 3e63919

Please sign in to comment.