yq-go: 4.30.8 -> 4.31.2

https://github.com/mikefarah/yq/raw/v4.31.2/release_notes.txt
This commit is contained in:
Mario Rodas 2023-03-01 04:20:00 +00:00
parent 00ebdb7b9c
commit 8b15e401dc

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.30.8";
version = "4.31.2";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-x0vdPi8/Iciy+22SPBpktgkQCMxd5PT674OsWaLi+Q0=";
hash = "sha256-Cf9Y7sdvpflQhhnOuRZUTyYQ3fpFTLo28dZtePsayfE=";
};
vendorHash = "sha256-VEVy8iVnUUpjTmCj7uIMcz0jaG9XGuxA3U02QfIwsYs=";
vendorHash = "sha256-nv1sJ5GGB2IbGF1ebGZmeKF6qHLXgFebdibcsB36juY=";
nativeBuildInputs = [ installShellFiles ];
@ -32,6 +32,7 @@ buildGoModule rec {
meta = with lib; {
description = "Portable command-line YAML processor";
homepage = "https://mikefarah.gitbook.io/yq/";
changelog = "https://github.com/mikefarah/yq/raw/v${version}/release_notes.txt";
mainProgram = "yq";
license = [ licenses.mit ];
maintainers = with maintainers; [ lewo SuperSandro2000 ];