summary refs log tree commit diff
diff options
context:
space:
mode:
authorelseym <elseym@me.com>2019-03-12 20:06:17 +0100
committerelseym <elseym@me.com>2019-03-13 06:56:37 +0100
commitf96f14f69ea62f79695dc56f38b185a8eeb01808 (patch)
tree97a97f40327b7ee1df1476a41afb0fab0e271a4f
parent8c03e90831b3ea8df334d12b7b81f8528e033105 (diff)
downloadnixpkgs-f96f14f69ea62f79695dc56f38b185a8eeb01808.tar
nixpkgs-f96f14f69ea62f79695dc56f38b185a8eeb01808.tar.gz
nixpkgs-f96f14f69ea62f79695dc56f38b185a8eeb01808.tar.bz2
nixpkgs-f96f14f69ea62f79695dc56f38b185a8eeb01808.tar.lz
nixpkgs-f96f14f69ea62f79695dc56f38b185a8eeb01808.tar.xz
nixpkgs-f96f14f69ea62f79695dc56f38b185a8eeb01808.tar.zst
nixpkgs-f96f14f69ea62f79695dc56f38b185a8eeb01808.zip
wireguard-tools: 0.0.20190123 -> 0.0.20190227
-rw-r--r--pkgs/tools/networking/wireguard-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/wireguard-tools/default.nix b/pkgs/tools/networking/wireguard-tools/default.nix
index 54210469fba..0d59864154d 100644
--- a/pkgs/tools/networking/wireguard-tools/default.nix
+++ b/pkgs/tools/networking/wireguard-tools/default.nix
@@ -4,11 +4,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "wireguard-tools-${version}";
-  version = "0.0.20190123";
+  version = "0.0.20190227";
 
   src = fetchzip {
     url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
-    sha256 = "1lyl3nmsgp9jk9js3vz032vdx7cg9ynkwzdr19wrr26pkxhpcnxr";
+    sha256 = "1kaq0mjcdr4hxr3rx8z11rvlh4ycjsn5654fjw1gh1fdbjgczax5";
   };
 
   sourceRoot = "source/src/tools";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     downloadPage = https://git.zx2c4.com/WireGuard/refs/;
     homepage = https://www.wireguard.com/;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];
+    maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 ];
     platforms = platforms.unix;
   };
 }