From 7d4f32549e71304a7f37251c6c02e8587a63d767 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 13 May 2026 18:19:28 +0200 Subject: [PATCH] update vendor hash Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 05eae24..df78a91 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ src = ./.; outputs = ["out"]; - vendorHash = "sha256-u+u38Qr5Dugk5eFmxTK4vKUEv2SlXcfY6ZFlu1cPqVk="; + vendorHash = "sha256-v37RFS/T6KGZTO1tHmtUqBrRcCqNS3+ACBcsd7tl50c="; meta = with pkgs.lib; { description = "A minimal, terminal-based HTTP(S) proxy for pentesters and CTF players.";