Skip to content

Commit

Permalink
yq-go: 4.40.3 -> 4.40.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and simonzkl committed Dec 8, 2023
1 parent 3ce5ab0 commit 0562108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/yq-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "yq-go";
version = "4.40.3";
version = "4.40.4";

src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-id8KhHOOpRruANLGxdHIvs86ZEIDzhdbXtgXqWtl5Tc=";
hash = "sha256-cEOOaQAduL9a+EwWigzPDN1ABM6wEjEc8dV4ESFkMXA=";
};

vendorHash = "sha256-9gLtVO4HFra1FaFjTwE02x8q1MkrI/Vo/mYZ2iIa7cU=";
vendorHash = "sha256-kFDW8HrBhSuflAbuC6Zs/61OLXPsfPQfYU7Laa7eK9c=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 0562108

Please sign in to comment.