yq-go: 4.21.1 -> 4.22.1

This commit is contained in:
Sandro Jäckel 2022-03-10 12:06:48 +01:00
parent 9a5d5408aa
commit 139b28e274
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
version = "4.21.1";
version = "4.22.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-283xe7FVHYSsRl4cZD7WDzIW1gqNAFsNrWYJkthZheU=";
sha256 = "sha256-+yVf9pSK2cH/d5fdaGSBrjce8vVqE9XMpZSI8s4xoJI=";
};
vendorSha256 = "sha256-F11FnDYJ59aKrdRXDPpKlhX52yQXdaN1sblSkVI2j9w=";