Skip to content

Commit

Permalink
fix: bump hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Apr 17, 2024
1 parent 26a5478 commit d402b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkYarnPackage rec {

offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-D2gX6cOfVbUdSmwAz8mxf+D3TvHfYOHpT0ar1nKFBF0=";
hash = "sha256-M8J8Ppr2iRDRwq8g+rYi4J4DdHCRYxXbMBZpF7tjj3c=";
};

nativeBuildInputs = [makeWrapper];
Expand Down

0 comments on commit d402b32

Please sign in to comment.