Skip to content

Commit f4ed147

Browse files
committed
chore(app): changed npm deps hash
Signed-off-by: Kaan Caglan <[email protected]>
1 parent e59355a commit f4ed147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _: {
1919
{
2020
packages = {
2121
app = jsPkgs.buildNpmPackage {
22-
npmDepsHash = "sha256-6VXC6YAFhxPuoI03OojOURqYHPzrrhJAMFXnLfGl+yc";
22+
npmDepsHash = "sha256-6gNjcQypE3hS3wIQ3LIQ/WnQ9qhJCx914Mp/LK6EH8A=";
2323
src = ./.;
2424
sourceRoot = "app";
2525
npmFlags = [

0 commit comments

Comments
 (0)