Merge pull request #130712 from r-ryantm/auto-update/headscale

headscale: 0.3.3 -> 0.3.4
This commit is contained in:
Sandro 2021-07-22 03:18:10 +02:00 committed by GitHub
commit ae0a58b2e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "headscale";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "0nf2l8l23wzn3l3x4698rfr3g6lkx5qfzsbfl0rv25q1pqgybdzj";
sha256 = "sha256-O8PJrowP9iDK4sQXHNi1eo44X/tRc7nyKZgJUB6fKC4=";
};
vendorSha256 = "sha256-0Lqr/tWk31S01vi21sG2gtlGouOhecL4u8ScKG0nWLo=";