Merge pull request #187253 from wahjava/update-headscale

headscale: 0.16.2 -> 0.16.3
This commit is contained in:
Sebastián Mancilla 2022-08-19 11:37:07 -04:00 committed by GitHub
commit 0b04dceb32
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.2";
version = "0.16.3";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-RgRRBz9i12mavzCBtZN8QLlIjMjG7GfkGMRJGKMJosw=";
sha256 = "sha256-J6OO52AT7YHW5e5LxT8c+Id/+0VZ+/ISI9wkfcBrLWk=";
};
vendorSha256 = "sha256-RzmnAh81BN4tbzAGzJbb6CMuws8kuPJDw7aPkRRnSS8=";