3
0
Fork 0
forked from mirrors/nixpkgs

wireguard-go: 0.0.20180613 -> 0.0.20181001

(cherry picked from commit fed0a4ec94)
This commit is contained in:
Yegor Timoshenko 2018-10-13 12:26:42 +00:00 committed by Franz Pletz
parent ce2715b2f6
commit 9787b0c11d
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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;