yq-go: 4.20.1 -> 4.20.2

This commit is contained in:
Sandro Jäckel 2022-02-20 18:01:09 +01:00
parent 4150bf02b5
commit 2d28e64868
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.20.1";
version = "4.20.2";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-3UOKcm8RzCa7eSUJsUKBJkKTNi4B3GMY+EOOEk4t2So=";
sha256 = "sha256-vhHT9re35aT+TUYhl4rxv4PE/sd7Vp1PoFbS8s5lWLE=";
};
vendorSha256 = "sha256-samz70Dybu/Xf9+ftgIKgd2pyQcXw6Ybs/0oJN47IFE=";