lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #200934 from SuperSandro2000/yq-go

yq-go: 4.29.2 -> 4.30.1

authored by

figsoda and committed by
GitHub
c1839844 12746634

+2 -2
+2 -2
pkgs/development/tools/yq-go/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "yq-go"; 5 - version = "4.29.2"; 5 + version = "4.30.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mikefarah"; 9 9 repo = "yq"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ZHl0FTxWdoxHrbWx6mp5qR/l/FtC3bBkzGuR0T2NouA="; 11 + sha256 = "sha256-S4O/5iqX7P6oCONLHu/PucATVVJf2lgae1YtZmJCuns="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-L3l6wH4bR1/R6MtQTHYsyRE5E/EPnpNwa310zUONo+s=";