yq-go: 4.44.3 -> 4.44.5

This commit is contained in:
R. Ryantm 2024-11-16 07:55:13 +00:00
parent e23fa8bc2c
commit 16785f1bd7

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.44.3";
version = "4.44.5";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-bQNa19K4wO2XoSecyfOQKTfHFTxkji1U42bL4k1G7Gg=";
hash = "sha256-UvijtuUkwliJTzKdWQ1mPTs5Hy60FQHOMiQicJ0O+ds=";
};
vendorHash = "sha256-LsunMHKtyAkTAJhqURoAhIIyW//d37ZW4trr+x/Cd8U=";
vendorHash = "sha256-SljvJ5R/9j4QozbljEJORaZqihhCGJVpzBYnptFQ1nA=";
nativeBuildInputs = [ installShellFiles ];