yq-go: 4.6.0 -> 4.6.1

This commit is contained in:
R. RyanTM 2021-02-25 18:57:52 +00:00
parent 11cd34cd59
commit 70761d25a2

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
version = "4.6.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "mikefarah";
rev = "v${version}";
repo = "yq";
sha256 = "sha256-9D00I34pfoiI5cqXjsVLTT6XbFUYxgGit0ZuYeWSEyE=";
sha256 = "sha256-pP00y9auYeuz0NSA+QrnGybW5T7TfGFFw/FMPu/JXjM=";
};
vendorSha256 = "sha256-66ccHSKpl6yB/NVhZ1X0dv4wnGCJAMvZhpKu2vF+QT4=";