headscale: 0.16.1 -> 0.16.2

This commit is contained in:
Ashish SHUKLA 2022-08-15 08:23:13 +02:00
parent bc4b4a50c7
commit f253ea7289
No known key found for this signature in database
GPG key ID: C746CFA9E74FA4B0

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=";