mods: 1.7.0 -> 1.8.1 (#425603)

This commit is contained in:
jopejoe1 2025-07-26 11:59:23 +02:00 committed by GitHub
commit 9a076a60d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,16 +13,23 @@
buildGoModule (finalAttrs: {
pname = "mods";
version = "1.7.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "mods";
tag = "v${finalAttrs.version}";
hash = "sha256-wzLYkcgUWPzghJEhYRh7HH19Rqov1RJAxdgp3AGnOTY=";
hash = "sha256-CT90uMQc0quQK/vCeLiHH8taEkCSDIcO7Q3aA+oaNmY=";
};
vendorHash = "sha256-L+4vkh7u6uMm5ICMk8ke5RVY1oYeKMYWVYYq9YqpKiw=";
# Otherwise checks fail with `panic: open /etc/protocols: operation not permitted` when sandboxing is enabled on Darwin
# https://github.com/NixOS/nixpkgs/pull/381645#issuecomment-2656211797
modPostBuild = ''
substituteInPlace vendor/modernc.org/libc/honnef.co/go/netdb/netdb.go \
--replace-quiet '!os.IsNotExist(err)' '!os.IsNotExist(err) && !os.IsPermission(err)'
'';
vendorHash = "sha256-jtSuSKy6GpWrJAXVN2Acmtj8klIQrgJjNwgyRZIyqyY=";
nativeBuildInputs = lib.optionals (installManPages || installShellCompletions) [
installShellFiles