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

nfpm: 2.2.4 -> 2.2.5
This commit is contained in:
Mario Rodas 2021-03-01 18:29:54 -05:00 committed by GitHub
commit e0b7f7da55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nfpm";
version = "2.2.4";
version = "2.2.5";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EIHEdU1H5XhhzuWJUEvnKNsuNV8CBJrHBlaZlSfrSro=";
sha256 = "sha256-B8bXZ5PjlZIly25jK23ODa+RYGDfxHR0Z2fpAjptgP8=";
};
vendorSha256 = "sha256-aSoryidfAfqPBpOtAXFJsq1ZcqJqpGiX3pZz5GpkKqQ=";