tailscale: 1.34.0 -> 1.34.1

This commit is contained in:
R. Ryantm 2022-12-14 18:01:57 +00:00 committed by Bobby Rong
parent 8448df6618
commit 2af73e365e

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.34.0";
version = "1.34.1";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-ngcFoEDec/6I9gWpJ767ju2OvZfS4RhlSbK//xXIFxs=";
sha256 = "sha256-C+Ae90mDzMwnBlKpr3ysdGypo4UaqRfSMfOl3zcuKRE=";
};
vendorSha256 = "sha256-nSllDi6G4QAGyuoGduDhI0vaVuN2//eg+gXRSZ3ERiQ=";