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

nfpm: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2020-05-19 20:57:46 -05:00 committed by GitHub
commit 6dc90e85ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nfpm";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "0zl8xf74k5is8rxbirrqb5cnfgrlppr1gchfqm31305mnpicr92s";
sha256 = "0q0472kfsm7h9p1g7yvd9k62myv5db3shpmjv39cx9rkfn6z8482";
};
vendorSha256 = "07xg8cm7pqpnb96drcmzk7rj2dhfn4pd8vr2a7nxqizd3qk6d5bf";