Unverified Commit 48f86ac8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #183570 from r-ryantm/auto-update/nfpm

nfpm: 2.15.1 -> 2.16.0
parents 409ef89f 83dfc81f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "nfpm";
  version = "2.15.1";
  version = "2.16.0";

  src = fetchFromGitHub {
    owner = "goreleaser";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-D/1psEpOoDiA/dpnUc9sUaOq8Dk5QEImIWEp08FyV7o=";
    sha256 = "sha256-m3gmBk9R0omZrj5QE9SQkIC3jOmX+hE2OAOCglD8KYs=";
  };

  vendorSha256 = "sha256-guJgLjmB29sOLIzs2+gKNp0WTWC3zS9Sb5DD5IistKY=";
  vendorSha256 = "sha256-o3Li603zkPTwReGK/SczSx2vxL1xx7z5VmQXyDcbZGE=";

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