yq-go: 4.24.2 -> 4.24.4

This commit is contained in:
Sandro Jäckel 2022-04-12 14:06:58 +02:00
parent 7bf08c6b29
commit c3b1a3bbf4
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
version = "4.24.2";
version = "4.24.4";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-KuaIGIDXdL0d+Wxy2O78XTSBo+2oIrcizfd2jyXghXc=";
sha256 = "sha256-Gkogy8bgm/3Y/8DmK/mS1+L0Ww1c+hlVPKhI88lbISg=";
};
vendorSha256 = "sha256-R40zU0jOc/eIFVDsWG3+4o51iro7Sd7jwtyH/fpWVZs=";