yq-go: 4.43.1 -> 4.44.1

This commit is contained in:
R. Ryantm 2024-05-12 03:06:29 +00:00
parent 426c785e7d
commit 7bd7569315

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.43.1";
version = "4.44.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-AQOHVuDREp6OpwlPFwpCUOQACOsDRH0uM6WwKyEK4JI=";
hash = "sha256-5l948J0NTeWOeUMlcoEQZws8viqtARdkJsGch4c6Trw=";
};
vendorHash = "sha256-9GCqZS0fguJo8GkVPMgbstEVzrjIS0kdbNQEaT1HSFI=";
vendorHash = "sha256-j5vcx5wW2v1kNc2QCPR11JEb1fTA9q4E4mbJ2VJC37A=";
nativeBuildInputs = [ installShellFiles ];