Skip to content

Commit

Permalink
chore: bump Nix dependencies' build hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Feb 7, 2024
1 parent d7639b6 commit 5d89f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-pK+VfSTyt0ZNWvYIFsCqCZjRyfkV3aA+IwevT84dLsc=";
hash = "sha256-Z5TNALlVICqeRgb67qejCcpUt27Eg3WW/IOEW4Z3zPs=";
};

nativeBuildInputs = [ yarn nodejs-18_x prefetch-yarn-deps ];
Expand Down

0 comments on commit 5d89f4f

Please sign in to comment.