Skip to content

Commit

Permalink
fix: updating yarn.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Dec 4, 2024
1 parent eba47c6 commit 0283ffa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/yarn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1010,11 +1010,11 @@
};
}
{
name = "cross_spawn___cross_spawn_7.0.3.tgz";
name = "cross_spawn___cross_spawn_7.0.6.tgz";
path = fetchurl {
name = "cross_spawn___cross_spawn_7.0.3.tgz";
url = "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz";
sha512 = "iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==";
name = "cross_spawn___cross_spawn_7.0.6.tgz";
url = "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz";
sha512 = "uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==";
};
}
{
Expand Down

0 comments on commit 0283ffa

Please sign in to comment.