Merge pull request #258162 from foo-dogsquared/update-moar
moar: 1.17.0 -> 1.17.1
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "moar";
|
pname = "moar";
|
||||||
version = "1.17.0";
|
version = "1.17.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "walles";
|
owner = "walles";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-nLXHAIR+4w6fDR69fSANBqlD0ZTc7emNIv5QTp+pdYo=";
|
hash = "sha256-ifpPShDI0JNkFXrrZEsQ+bvHMe7AgaZm30dnvsj8vDA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-aFCv6VxHD1bOLhCHXhy4ubik8Z9uvU6AeqcMqIZI2Oo=";
|
vendorHash = "sha256-aFCv6VxHD1bOLhCHXhy4ubik8Z9uvU6AeqcMqIZI2Oo=";
|
||||||
@@ -28,6 +28,7 @@ buildGoModule rec {
|
|||||||
description = "Nice-to-use pager for humans";
|
description = "Nice-to-use pager for humans";
|
||||||
homepage = "https://github.com/walles/moar";
|
homepage = "https://github.com/walles/moar";
|
||||||
license = licenses.bsd2WithViews;
|
license = licenses.bsd2WithViews;
|
||||||
|
mainProgram = "moar";
|
||||||
maintainers = with maintainers; [ foo-dogsquared ];
|
maintainers = with maintainers; [ foo-dogsquared ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user