Merge pull request #131779 from LeSuisse/tailscale-1.12.1

tailscale: 1.12.0 -> 1.12.1
This commit is contained in:
Jörg Thalheim
2021-07-28 08:15:41 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-PdCEmB0qchXtxIDfQVjA7f6YgHUe3ojmsMazpq4k6Bo=";
sha256 = "sha256-lGUV3GsRz09HHooaBYSvM+D53R0FPkvPyZml66hxMww=";
};
nativeBuildInputs = [ makeWrapper ];