yq-go: 4.44.6 -> 4.45.1

This commit is contained in:
R. Ryantm
2025-01-12 13:23:08 +00:00
parent 92cd2400b8
commit d55046609d
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.44.6";
version = "4.45.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-C9ql10PnEeGF8mnyLR25ibwLyE4SlqnpDNcPei9FnBw=";
hash = "sha256-AsTDbeRMb6QJE89Z0NGooyTY3xZpWFoWkT7dofsu0DI=";
};
vendorHash = "sha256-B6ivzm7J0wYdYruGZ2N6SyvghsRRJlVlk84CuaF5PVA=";
vendorHash = "sha256-d4dwhZYzEuyh1zJQ2xU0WkygHjoVLoCBrDKuAHUzu1w=";
nativeBuildInputs = [ installShellFiles ];