Skip to content

Commit

Permalink
chore(deps): update vendorHash
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Feb 11, 2024
1 parent 27047aa commit 61ac1ef
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 @@ -38,7 +38,7 @@
npmDeps = pkgs.fetchNpmDeps {
name = "nevi-dev-npm-deps";
src = ./.;
hash = "sha256-2IxoseNS1v/u57fi6ErggFkaR2BRMMhTJaGiUYT7cHs=";
hash = "sha256-nLz5EGd7phaB4gSLwTNQLznss1eHQ3ZMeWwZ8jhQIV8=";
};
in
pkgs.stdenvNoCC.mkDerivation {
Expand Down

0 comments on commit 61ac1ef

Please sign in to comment.