Skip to content

Commit

Permalink
chore(nix,automation): update npmDepsHash in ./frontend/default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
thymis-github-app[bot] committed Jan 31, 2025
1 parent 5e6fe9e commit 640aa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildNpmPackage {
pname = "thymis-frontend";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-jNKgvXAMkthUXLOS8FJwoZaUg7iH5XAAW+e5MamyQrs=";
npmDepsHash = "sha256-Yx9BS4yhjK8mqeBdfXn9uSCV0/j8dN+UBDujLHP5Yeo=";
postInstall = ''
mkdir -p $packageOut/build
cp -r ./build/* $packageOut/build
Expand Down

0 comments on commit 640aa39

Please sign in to comment.