Update vendor hash and add pkg-config for building chromedp

This commit is contained in:
Eli Ribble 2026-03-04 00:41:39 +00:00
parent 18c827ab90
commit 079bc6f93c
No known key found for this signature in database

View file

@ -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 = ''