3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #160175 from SuperSandro2000/yq-go

This commit is contained in:
Sandro 2022-02-15 15:29:24 +01:00 committed by GitHub
commit 9344fce613
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.19.1";
version = "4.20.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-kIXMBXKcM9EHECJiegnjeFnccF68hmL/7I/QnePJdIw=";
sha256 = "sha256-3UOKcm8RzCa7eSUJsUKBJkKTNi4B3GMY+EOOEk4t2So=";
};
vendorSha256 = "sha256-samz70Dybu/Xf9+ftgIKgd2pyQcXw6Ybs/0oJN47IFE=";