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 Mar 25, 2024
1 parent 040f7dd commit 6a9ccf1
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-pjQ2c26XmK/pALvbtuQB+stBNdaiRsKViq0JLZZZy/A=";
hash = "sha256-89KJXzyUktLQJzhov/hWCsKKDWdY6dZTuC51pWiRe7Q=";
};
in pkgs.stdenvNoCC.mkDerivation {
name = "nevi-dev";
Expand Down

0 comments on commit 6a9ccf1

Please sign in to comment.