mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:57:45 +00:00
netbird-ui: 0.25.8 -> 0.25.9
This commit is contained in:
parent
e51ce7cd44
commit
14b5c3a611
@ -31,13 +31,13 @@ let
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "netbird";
|
||||
version = "0.25.8";
|
||||
version = "0.25.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbirdio";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-BsExPkUbkHJbi4oWKEH9tPoipGutzz19FuLxImlFUVQ=";
|
||||
hash = "sha256-asY5/g/RztQqZA5sH2Zoucm6QNUe/8QYoAmMAslnswo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-CFLwb5cqsfxTxOwuLOB0IMYkRZUNPgB7grjQ4xm84BM=";
|
||||
|
Loading…
Reference in New Issue
Block a user