Skip to content

Commit

Permalink
chore(deps): update npm hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Apr 13, 2024
1 parent a7fdafa commit 668e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
npmDeps = pkgs.fetchNpmDeps {
name = "nevi-dev-npm-deps";
src = ./.;
hash = "sha256-89KJXzyUktLQJzhov/hWCsKKDWdY6dZTuC51pWiRe7Q=";
hash = "sha256-h006P7THkld8WUtYisdB4d4qVGfmzYhNcVZ9gWVhpYg=";
};
in pkgs.stdenvNoCC.mkDerivation {
name = "nevi-dev";
Expand Down

0 comments on commit 668e102

Please sign in to comment.