diff --git a/packages/networking/hyprspace/go.mod b/packages/networking/hyprspace/go.mod index 5fc6abc..ff839d3 100644 --- a/packages/networking/hyprspace/go.mod +++ b/packages/networking/hyprspace/go.mod @@ -4,7 +4,6 @@ go 1.18 require ( github.com/DataDrake/cli-ng/v2 v2.0.2 - github.com/ipfs/go-datastore v0.6.0 github.com/libp2p/go-libp2p v0.23.2 github.com/libp2p/go-libp2p-core v0.20.1 github.com/libp2p/go-libp2p-kad-dht v0.18.0 @@ -43,6 +42,7 @@ require ( github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/huin/goupnp v1.0.3 // indirect github.com/ipfs/go-cid v0.3.2 // indirect + github.com/ipfs/go-datastore v0.6.0 // indirect github.com/ipfs/go-ipfs-util v0.0.2 // indirect github.com/ipfs/go-ipns v0.3.0 // indirect github.com/ipfs/go-log v1.0.5 // indirect diff --git a/packages/networking/hyprspace/project.nix b/packages/networking/hyprspace/project.nix index 7cad57e..8036fa1 100644 --- a/packages/networking/hyprspace/project.nix +++ b/packages/networking/hyprspace/project.nix @@ -27,7 +27,7 @@ ]); }; - vendorSha256 = "sha256-lxJZ4W+VY1XWLePrT0uLT2Y2tIOETLzn8NC8FVDruNM="; + vendorSha256 = "sha256-iUD1gT+GAEkq7chGaUARQTQKRUitqgEnM+KhxzYWG/I="; meta = with lib; { description = "A Lightweight VPN Built on top of Libp2p for Truly Distributed Networks.";