Skip to content

Commit

Permalink
Merge pull request #4 from unionlabs/update-yarn-lock-hash
Browse files Browse the repository at this point in the history
chore: update offlineCache hash
  • Loading branch information
PoisonPhang authored Aug 28, 2024
2 parents fe04665 + 65ec9a2 commit ab705ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let
offlineCache = pkgs.fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-Hrru2qmsYUdrrWQ08F86BpQG84iCrNbVXomVTecvru8=";
hash = "sha256-EKGuNjbLXLcKdNk6FgQXXYzH0iyUOuRxoddRjFNBFQY=";
};
in
pkgs.stdenv.mkDerivation {
Expand Down

0 comments on commit ab705ce

Please sign in to comment.