headscale: 0.7.1 -> 0.8.1

This commit is contained in:
R. RyanTM 2021-09-22 23:12:35 +00:00 committed by Raphael Megzari
parent 25d6184741
commit 77eb0d9320

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "headscale";
version = "0.7.1";
version = "0.8.1";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-/mpSIS3UajxFTQm+/Ko6e0hZ8kbPWSNNctaYKaGl8Gs=";
sha256 = "sha256-xNsdq8qcf2V+OQkRPBVys8SiusFoahezzQet19dYqlw=";
};
vendorSha256 = "sha256-ususDOF/LznhK4EInHE7J/ItMjziGfP9Gn8/Q5wd78g=";