Unverified Commit 5b07773a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #290674 from r-ryantm/auto-update/netbird-ui

netbird-ui: 0.25.9 -> 0.26.0
parents 482d357e eb3c4ba0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,16 +31,16 @@ let
in
buildGoModule rec {
  pname = "netbird";
  version = "0.25.9";
  version = "0.26.0";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-asY5/g/RztQqZA5sH2Zoucm6QNUe/8QYoAmMAslnswo=";
    hash = "sha256-hZnxemBoMAol0m9XZPMEh/Lf0woxoLNH97bRyg8xtv4=";
  };

  vendorHash = "sha256-CFLwb5cqsfxTxOwuLOB0IMYkRZUNPgB7grjQ4xm84BM=";
  vendorHash = "sha256-csa83P74Y9fHsPg5VgPfR9WMg4VKOXcIR0pOMzh0QoA=";

  nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;