about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-30 15:12:55 +0800
committerGitHub <noreply@github.com>2021-10-30 15:12:55 +0800
commit3792b945b981151ed09d657e4573c558a1076386 (patch)
treeab9fdff65ca71bffba9ad9fede37f1d088da3410 /pkgs/applications/networking
parentad7cdcd214cd7eaf71c025aeb336cf7ac434f87b (diff)
parentf2f1af9201d13c198f0fbfd68e1748e40efc0146 (diff)
Merge pull request #143778 from r-ryantm/auto-update/hyprspace
hyprspace: 0.1.6 -> 0.1.7
Diffstat (limited to 'pkgs/applications/networking')
-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 89c04508b70f3..037feccca4ed6 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.6";
+  version = "0.1.7";
 
   propagatedBuildInputs = lib.optional stdenv.isDarwin iproute2mac;
 
@@ -10,10 +10,10 @@ buildGoModule rec {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-g0oyI3jnqQADyOrpnK4IvpFQPEwNrpvyDS+DhBDXZGg=";
+    sha256 = "sha256-Ecdxs6see4uexY6DatZ/VSGgWR81zRjo3AeAsXSjJ4A=";
   };
 
-  vendorSha256 = "sha256-rw75xNBBV58F+HBVtD/EslPWxZxLbI3/mJVdJF4usKI=";
+  vendorSha256 = "sha256-nFiBHhtvTu9Ya6n1KUF+pOXrksHMOph7ABVtGSWVWlo=";
 
   meta = with lib; {
     description = "A Lightweight VPN Built on top of Libp2p for Truly Distributed Networks.";