headscale: 0.7.0 -> 0.7.1

This commit is contained in:
R. RyanTM 2021-08-27 05:44:17 +00:00 committed by Raphael Megzari
parent bc2cd87128
commit a0eae3b877

View File

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