From 5b5f6cc48308ce4bcb1d9c1e4230db5558570ce1 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 26 Feb 2026 10:29:15 +0100 Subject: [PATCH] openbao: interactive CLI patch makes use of full_index https://github.com/NixOS/nixpkgs/pull/494109#discussion_r2855795237 mentioned rightfully that fetchpatch2 needs `full_index` passed. Change-Id: Id12bd8668ea10af2548bea4a4173dc11eef756dc Signed-off-by: Raito Bezarius --- pkgs/by-name/op/openbao/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/op/openbao/package.nix b/pkgs/by-name/op/openbao/package.nix index 717e13c13fec..35c7920708e5 100644 --- a/pkgs/by-name/op/openbao/package.nix +++ b/pkgs/by-name/op/openbao/package.nix @@ -43,8 +43,8 @@ buildGoModule (finalAttrs: { # Fixes interactive CLI usage that needs stty https://github.com/openbao/openbao/pull/2535 (fetchpatch2 { name = "pr2535-fix-interactive-cli.patch"; - url = "https://github.com/openbao/openbao/commit/e3fec111e3f6fd543c79c08f46d2256cd93f78e7.patch"; - hash = "sha256-Q/hmJj+JbpWjDhXp+p2qjlAMSUVP279Ca7ihh/9khOQ="; + url = "https://github.com/openbao/openbao/commit/e3fec111e3f6fd543c79c08f46d2256cd93f78e7.patch?full_index=1"; + hash = "sha256-ixpWKfVT1dPAjF7RKS2tBpAr1YAqNkvf4/L7Be/C8Es="; }) ];