Skip to content

Commit c6ce53e

Browse files
chore(nix,automation): update npmDepsHash in ./frontend/default.nix
1 parent dbb412f commit c6ce53e

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

frontend/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildNpmPackage {
99
pname = "thymis-frontend";
1010
version = (builtins.fromJSON (builtins.readFile ./package.json)).version;
1111
src = ./.;
12-
npmDepsHash = "sha256-CTrQHGErc9hxNyKAnp5ig0wwUC0DRNO28tiH6hzG3wk=";
12+
npmDepsHash = "sha256-M0qzR361ouqU/ZQJPbSNRjcF1hEzZzoSy2Z+/LCafaM=";
1313
dontNpmInstall = true;
1414
installPhase = ''
1515
runHook preInstall

frontend/package-lock.json

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)