Merge pull request #135973 from r-ryantm/auto-update/yq-go

yq-go: 4.12.0 -> 4.12.1
This commit is contained in:
lewo 2021-08-28 10:46:22 +02:00 committed by GitHub
commit 08ef0f28e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
version = "4.12.0";
version = "4.12.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-AyI3RwWuHH760jUCCWhlBUkYYQ553QOmjFkdnvqKBtk=";
sha256 = "sha256-3L4SM698SJvHw1eXxxxL9OehDqQ6Al1XBL2WRG49PZU=";
};
vendorSha256 = "sha256-u7elWOW/tz1ISM/KC1njkZmPi8AEEssZ5QtxK/+1/1I=";