Skip to content

Commit

Permalink
fix yarn.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Jan 20, 2025
1 parent 1541a9f commit 7564c70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/search-ui/yarn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -922,11 +922,11 @@
};
}
{
name = "nanoid___nanoid_3.3.6.tgz";
name = "nanoid___nanoid_3.3.8.tgz";
path = fetchurl {
name = "nanoid___nanoid_3.3.6.tgz";
url = "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz";
sha512 = "BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==";
name = "nanoid___nanoid_3.3.8.tgz";
url = "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz";
sha512 = "WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==";
};
}
{
Expand Down

0 comments on commit 7564c70

Please sign in to comment.