fix hash
All checks were successful
Build and Publish / build-release (push) Successful in 56s

This commit is contained in:
2026-05-14 12:17:10 -05:00
parent 3a52768b97
commit 32949c2037

View File

@@ -29,8 +29,7 @@
inherit pname version src; inherit pname version src;
pnpm = pkgs.pnpm; pnpm = pkgs.pnpm;
fetcherVersion = 3; fetcherVersion = 3;
# Placeholder hash - run nix build to get the correct hash hash = "sha256-QjmYXOv8JliJhN+5XfA1+OnBIf4I/6s84LSisJlBdTo=";
hash = "sha256-b9rYE09uEFLoiymS6PUkWJvOwMnniBbvPbFp6xu+PtM=";
}; };
env.NUXT_TELEMETRY_DISABLED = 1; env.NUXT_TELEMETRY_DISABLED = 1;