update hash

This commit is contained in:
brokenpip3 2025-03-30 18:51:17 +02:00
parent f17a620125
commit 38cf1e7470
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pkgs.buildNpmPackage {
name = "jenkins-kubernetes-operator-website";
src = ../website;
version = "0.0.2";
npmDepsHash = "sha256-VrHuyqTPUzVJSjah+BWfg7R9yiarJQ2MDvEdqkOWddM=";
npmDepsHash = "sha256-OSUhPFmrwhSVYzxPW7AocSngdIak4bxKSwobF8UfB0g=";
nativeBuildInputs = buildPackages;
buildPhase = "${pkgs.nodejs_22}/bin/npm run build";
installPhase = "cp -r public $out";