yq-go: 4.27.5 -> 4.28.1

This commit is contained in:
R. Ryantm 2022-10-06 02:43:12 +00:00
parent 099f1e0da2
commit f23a58060d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
version = "4.27.5";
version = "4.28.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-ZUrpmGNrLJuslcHXWERxNQBfUYutXaCSq13ajFy+D28=";
sha256 = "sha256-GWEsS5RTwz0VVLRAvHPJk0BPo50RB0CeyIS6fne9GoU=";
};
vendorSha256 = "sha256-4J/Qz5JN8UUdwa3/Io2/o4Y01eFK9zOcNAZkndzI178=";