3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #190481 from SuperSandro2000/yq-go

yq-go: 4.27.3 -> 4.27.5
This commit is contained in:
lewo 2022-09-09 14:36:05 +02:00 committed by GitHub
commit b81147f59e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.27.3";
version = "4.27.5";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-JEIKkiqVkzSXyZBAcZASHkn8MKoFZe52vKqrdJ4kX+I=";
sha256 = "sha256-ZUrpmGNrLJuslcHXWERxNQBfUYutXaCSq13ajFy+D28=";
};
vendorSha256 = "sha256-yv/qft4KpGi4xDfaQoylq1TanATUz5wd3a6RBlILG+s=";
vendorSha256 = "sha256-4J/Qz5JN8UUdwa3/Io2/o4Y01eFK9zOcNAZkndzI178=";
nativeBuildInputs = [ installShellFiles ];