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

netbird-ui: 0.13.0 -> 0.14.0
This commit is contained in:
Mario Rodas
2023-02-25 08:43:21 -05:00
committed by GitHub
+3 -3
View File
@@ -14,16 +14,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.13.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Afj2pllGPL86hhSNDSbvO+GkA62CI8V5dnUa0mjEMCg=";
sha256 = "sha256-H4jqpy1ELRfTUhLO8Ylv6a/uKkvapdVhIGM0e3WPdlo=";
};
vendorHash = "sha256-3uEcb0nVHrfHZTZ/j/9l6zR1zMfLR0mVaN/Hydyam4Q=";
vendorHash = "sha256-2/kk4qTO85fYnNO5vXIFxxFR55xZ5wenogJTMsLfYsg=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;