Unverified Commit caf2d4c8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #243657 from marsam/update-nfpm

nfpm: 2.31.0 -> 2.32.0
parents 5daba3aa 0fc2c5be
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "nfpm";
  version = "2.31.0";
  version = "2.32.0";

  src = fetchFromGitHub {
    owner = "goreleaser";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-49MhTCc+LCfw1tOvLFaagMnQITeCeG+xfH5FmF4/u/c=";
    hash = "sha256-qxxa7V96cJJLu9Ki2NL5UreRyiR9sPhIVA9cllF4y70=";
  };

  vendorHash = "sha256-eHNdtK3OZRi+oujuC4yToPdNL5GyRqNu09nRRP5cYK4=";
  vendorHash = "sha256-lVejUufXI5Ihv7hU1N8/MHrwUgIfaHmcj1MR0RTsKVU=";

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