Unverified Commit d94c1a42 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

nfpm: 2.33.1 -> 2.34.0
parents e940725c 3f70a50c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "nfpm";
  version = "2.33.1";
  version = "2.34.0";

  src = fetchFromGitHub {
    owner = "goreleaser";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-5CNN0aKy9FnoqRwhbNVTUs04q+hkzoAWlDuDKMeT+1s=";
    hash = "sha256-O7qxJ2TE62XDYljqvNsO3ssD/YhfOLfy9zF0W++T0Hw=";
  };

  vendorHash = "sha256-P96qMc9KHDMreuPI3xY/yI/+8qp/znQM/O2B6t6iFug=";
  vendorHash = "sha256-qihPtpygHoIfGf2wj+klDWwL4sTHqDxi1jxjv57vUx4=";

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