Merge pull request #164814 from techknowlogick/bump-nfpm
nfpm: 2.14.0 -> 2.15.0
This commit is contained in:
commit
b086debaa4
1 changed files with 5 additions and 5 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nfpm";
|
pname = "nfpm";
|
||||||
version = "2.14.0";
|
version = "2.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "goreleaser";
|
owner = "goreleaser";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-KZeamXMhTX8CbPR66f4ij29GsIvzSbDUZtla+EXPRG4=";
|
sha256 = "sha256-z9jGivdO7LduJuHbyKr4sl8xg+FGVvKwCm+RgVQPxJQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-j4ebzVOzlmQwSkP8epDGClT7fhSUtC6uWdcoo+tFbnc=";
|
vendorSha256 = "sha256-guJgLjmB29sOLIzs2+gKNp0WTWC3zS9Sb5DD5IistKY=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple deb and rpm packager written in Go";
|
description = "A simple deb and rpm packager written in Go";
|
||||||
homepage = "https://github.com/goreleaser/nfpm";
|
homepage = "https://github.com/goreleaser/nfpm";
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = with maintainers; [ marsam techknowlogick ];
|
||||||
license = licenses.mit;
|
license = with licenses; [ mit ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue