Merge pull request #186756 from wahjava/update-headscale

headscale: 0.16.1 -> 0.16.2
This commit is contained in:
Jörg Thalheim 2022-08-15 17:51:32 +01:00 committed by GitHub
commit e2f2ee2b47
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.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-uQpvIWK80+s/aFJQZGdSSrWsCwjvbpK9jLdmcFMAeLw=";
sha256 = "sha256-RgRRBz9i12mavzCBtZN8QLlIjMjG7GfkGMRJGKMJosw=";
};
vendorSha256 = "sha256-RzmnAh81BN4tbzAGzJbb6CMuws8kuPJDw7aPkRRnSS8=";