netbird-ui: 0.13.0 -> 0.14.0
This commit is contained in:
parent
21299ca839
commit
c07e4e2a06
@ -14,16 +14,16 @@ let
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "netbird";
|
||||
version = "0.13.0";
|
||||
version = "0.14.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbirdio";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Afj2pllGPL86hhSNDSbvO+GkA62CI8V5dnUa0mjEMCg=";
|
||||
sha256 = "sha256-l0CCyBJkKP3ya1DYfPWF8KIgIVL8Lk5L0+z3rOKdaNM=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-3uEcb0nVHrfHZTZ/j/9l6zR1zMfLR0mVaN/Hydyam4Q=";
|
||||
vendorHash = "sha256-JlvCUVhAkloIrqFhyAVkU897ob8YLvmi7mNrXBE6w2Y=";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user