Unverified Commit 20902ee4 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #204578 from luxus/netbird-0-11-3

netbird: 0.11.1 -> 0.11.3
parents 14c8855f 57d1829c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let
in
buildGoModule rec {
  pname = "netbird";
  version = "0.11.1";
  version = "0.11.3";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-9dp/OMHIA1qYM4XLWOTPmlUm6+7EOE9PFsIa8IcZ/8M=";
    sha256 = "sha256-ZHDHTHi8NPXlLiLNkXh8k15C0DQ8pRMTo2kXkCbOc2o=";
  };

  vendorSha256 = "sha256-TfHBvcG3e+yjifPVo0ZgcvLvD16fni4m71nCr4cCBD4=";