mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
netbird: 0.74.0 -> 0.74.2
Diff: https://github.com/netbirdio/netbird/compare/v0.74.0...v0.74.2 Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.74.2
This commit is contained in:
@@ -73,13 +73,13 @@ let
|
||||
in
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "netbird-${componentName}";
|
||||
version = "0.74.0";
|
||||
version = "0.74.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbirdio";
|
||||
repo = "netbird";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-lichQPWqlphUjod3nsqJokDFIIEiwIykc9fWjSn5fzs=";
|
||||
hash = "sha256-+BGWZzw6a8Fp8NlhtbX81OA3hCTcQ9r6nLuXTsbXCZ8=";
|
||||
};
|
||||
|
||||
overrideModAttrs = final: prev: {
|
||||
|
||||
Reference in New Issue
Block a user