about summary refs log tree commit diff
path: root/pkgs/applications/networking/hyprspace
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 10:35:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 10:35:47 +0000
commit9406c1ba77390f26baaf06682c3cf74b894c1cae (patch)
tree1cd36faf81f644bcf83d799cc7254eb738a6c701 /pkgs/applications/networking/hyprspace
parent70aa8d9ec6e80e9d6e5967c552ce665859863303 (diff)
hyprspace: 0.1.7 -> 0.2.2
Diffstat (limited to 'pkgs/applications/networking/hyprspace')
-rw-r--r--pkgs/applications/networking/hyprspace/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/hyprspace/default.nix b/pkgs/applications/networking/hyprspace/default.nix
index 037feccca4ed6..5482ce12e253c 100644
--- a/pkgs/applications/networking/hyprspace/default.nix
+++ b/pkgs/applications/networking/hyprspace/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "hyprspace";
-  version = "0.1.7";
+  version = "0.2.2";
 
   propagatedBuildInputs = lib.optional stdenv.isDarwin iproute2mac;
 
@@ -10,10 +10,10 @@ buildGoModule rec {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Ecdxs6see4uexY6DatZ/VSGgWR81zRjo3AeAsXSjJ4A=";
+    sha256 = "sha256-UlIQCy4moW58tQ1dqxrPsU5LN1Bs/Jy5X+2CEmXdYIk=";
   };
 
-  vendorSha256 = "sha256-nFiBHhtvTu9Ya6n1KUF+pOXrksHMOph7ABVtGSWVWlo=";
+  vendorSha256 = "sha256-EV59sXmjunWs+MC++CwyuBlbWzWZI1YXDLEsOaESgRU=";
 
   meta = with lib; {
     description = "A Lightweight VPN Built on top of Libp2p for Truly Distributed Networks.";