Skip to content

Commit

Permalink
wireguard-go: 0.0.20180613 -> 0.0.20181001
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Oct 13, 2018
1 parent 011a463 commit fed0a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/wireguard-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
name = "wireguard-go-${version}";
version = "0.0.20180613";
version = "0.0.20181001";

goPackagePath = "git.zx2c4.com/wireguard-go";

src = fetchzip {
url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
sha256 = "0pvg7s1kyn48az54lsnyn1ryhjk0flmpz5dx520rc94g6xn88fic";
sha256 = "0yh9f58xn8kcq3wgx2s8j19k2h1vbmg70fn5gvw9k98f5mzynls3";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit fed0a4e

Please sign in to comment.