summary refs log tree commit diff
path: root/pkgs/tools/networking/wireguard-go/default.nix
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-06-09 08:23:55 +0200
committerGitHub <noreply@github.com>2018-06-09 08:23:55 +0200
commitd43fd83a275ae7ff37fe6956b82acd005253e5f4 (patch)
tree40d509daf3d55b51ce250f51b0d9383cd777ed57 /pkgs/tools/networking/wireguard-go/default.nix
parent5d960b51c66f7dff154a9ddda76296269bf922ee (diff)
parent2a13dc778f3a8b05905286e9a0b660ea88d6b0c7 (diff)
downloadnixlib-d43fd83a275ae7ff37fe6956b82acd005253e5f4.tar
nixlib-d43fd83a275ae7ff37fe6956b82acd005253e5f4.tar.gz
nixlib-d43fd83a275ae7ff37fe6956b82acd005253e5f4.tar.bz2
nixlib-d43fd83a275ae7ff37fe6956b82acd005253e5f4.tar.lz
nixlib-d43fd83a275ae7ff37fe6956b82acd005253e5f4.tar.xz
nixlib-d43fd83a275ae7ff37fe6956b82acd005253e5f4.tar.zst
nixlib-d43fd83a275ae7ff37fe6956b82acd005253e5f4.zip
Merge pull request #41735 from yegortimoshenko/wireguard-go-20180531
wireguard-go: 0.0.20180519 -> 0.0.20180531
Diffstat (limited to 'pkgs/tools/networking/wireguard-go/default.nix')
-rw-r--r--pkgs/tools/networking/wireguard-go/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/networking/wireguard-go/default.nix b/pkgs/tools/networking/wireguard-go/default.nix
index 37220acf8cf8..62ea3d64468a 100644
--- a/pkgs/tools/networking/wireguard-go/default.nix
+++ b/pkgs/tools/networking/wireguard-go/default.nix
@@ -2,13 +2,13 @@
 
 buildGoPackage rec {
   name = "wireguard-go-${version}";
-  version = "0.0.20180519";
+  version = "0.0.20180531";
 
-  goPackagePath = "wireguard-go";
+  goPackagePath = "git.zx2c4.com/wireguard-go";
 
   src = fetchzip {
     url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
-    sha256 = "0b3wpc0ccf24567fjafv1sjs3yqq1xjam3gpfp37avxqy9789nb7";
+    sha256 = "1vs11kr5a2s99v0g7079nfrfvmjfh1p2lnkj2icjyn2cb0s1vqiy";
   };
 
   goDeps = ./deps.nix;
@@ -22,7 +22,7 @@ buildGoPackage rec {
     description = "Userspace Go implementation of WireGuard";
     homepage = https://git.zx2c4.com/wireguard-go/about/;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ kirelagin zx2c4 ];
+    maintainers = with maintainers; [ kirelagin yegortimoshenko zx2c4 ];
     platforms = platforms.darwin;
   };
 }