Merge pull request #74710 from r-ryantm/auto-update/yggdrasil

yggdrasil: 0.3.11 -> 0.3.12
This commit is contained in:
Mario Rodas 2019-11-29 20:38:12 -05:00 committed by GitHub
commit 8077ac92a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yggdrasil";
version = "0.3.11";
version = "0.3.12";
src = fetchFromGitHub {
owner = "yggdrasil-network";
repo = "yggdrasil-go";
rev = "v${version}";
sha256 = "0cz9axphqvpqwy591ws9by7khpdw96iwf9vmhif3i52ghp8hpfd1";
sha256 = "03ywxamjcnhcr20vm9pn3rq3hqq49i6rfdvx44czzr30h8xp8dhw";
};
modSha256 = "1vqk0jyqc1qcryi247r5pbvfjw3m48l028fb2mrq1xqqfkjqrr85";