3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #196809 from SuperSandro2000/yq-go

yq-go: 4.28.1 -> 4.28.2
This commit is contained in:
figsoda 2022-10-19 16:59:00 -04:00 committed by GitHub
commit 95dec46fcd
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.28.1";
version = "4.28.2";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-GWEsS5RTwz0VVLRAvHPJk0BPo50RB0CeyIS6fne9GoU=";
sha256 = "sha256-wLb7M/M/t6CCpjTyhMMDODaQUp1t6gbQaCY+JPBi/4Q=";
};
vendorSha256 = "sha256-4J/Qz5JN8UUdwa3/Io2/o4Y01eFK9zOcNAZkndzI178=";
vendorSha256 = "sha256-5GHkl9bwzf0ZUQXjhDPke4Fm7ffH+GqbTXC1Qd71B7M=";
nativeBuildInputs = [ installShellFiles ];