httpyac: 6.16.6 -> 6.16.7

This commit is contained in:
R. Ryantm 2025-04-07 04:31:34 +00:00
parent cc50be1bf2
commit b3a9dc5d87

View File

@ -8,16 +8,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "httpyac"; pname = "httpyac";
version = "6.16.6"; version = "6.16.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "anweber"; owner = "anweber";
repo = "httpyac"; repo = "httpyac";
tag = version; tag = version;
hash = "sha256-JsrGoUZKo5/qjH+GKm5FBY19NE6KN7NhLpPvM8Cw97U="; hash = "sha256-6qhKOb2AJrDhZLRU6vrDfuW9KED+5TLf4hHH/0iADeA=";
}; };
npmDepsHash = "sha256-08RJ1lLIaTXi3JHGIFR44GbEqOGez7+VFQGlejZqgAI="; npmDepsHash = "sha256-X3Yz+W7lijOLP+tEuO0JOpeOMOGdUYN6OpxPYHwFQEo=";
nativeInstallCheckInputs = [ nativeInstallCheckInputs = [
versionCheckHook versionCheckHook