searchix: 0.4.9 -> 0.4.10

This commit is contained in:
R. Ryantm
2026-08-09 06:59:57 +00:00
parent 92fc51132a
commit e7b2fe624d

View File

@@ -18,16 +18,16 @@ in
buildGoModule (finalAttrs: {
pname = "searchix";
version = "0.4.9";
version = "0.4.10";
src = fetchFromCodeberg {
owner = "alinnow";
repo = "searchix";
tag = "v${finalAttrs.version}";
hash = "sha256-pyBl6y53Efa+4qQ92elA4r+zO7rPxha+4hnmmFTsoaE=";
hash = "sha256-TO+PaNovMJ6WzZoc6iYJ9jfLzZXZ3y4GwqcMm+afD/o=";
};
vendorHash = "sha256-BG6v4HsXtSCmEmzdawH1YfEfDMbXNH8XGMF+jJgy+3w=";
vendorHash = "sha256-TveAe1aUYLUQuZQXCBYYFx0d0+Ql+IxFn9C9cFNsRAw=";
overrideModAttrs = old: {
# netdb.go allows /etc/protocols and /etc/services to not exist and happily proceeds, but it panic()s if they exist but return permission denied.