From 079bc6f93ccf30597af3897c17144a160defd0bb Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 4 Mar 2026 00:41:39 +0000 Subject: [PATCH] Update vendor hash and add pkg-config for building chromedp --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 1f5a35f3..267e07ad 100644 --- a/default.nix +++ b/default.nix @@ -9,9 +9,9 @@ pkgs.buildGoModule rec { subPackages = []; version = "0.0.11"; # Needs to be updated after every modification of go.mod/go.sum - vendorHash = "sha256-FLK/CiaAzci3mhurtrTpTb87DCgCu4jn7cUajJfY3cs="; + vendorHash = "sha256-aVj7uMzA9mMKxsGwTIOAK1UNVp6xTqkDjx1reyySJgQ="; - nativeBuildInputs = [ pkgs.dart-sass ]; + nativeBuildInputs = [ pkgs.dart-sass pkgs.pkg-config ]; preBuild = ''