about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-27 03:39:50 +0200
committerGitHub <noreply@github.com>2024-04-27 03:39:50 +0200
commit273c40d7acc6093d0988a3f38adf45a9d11a4760 (patch)
treeae616913c003fbf33c9a9971e3d6c83f6bc04f81 /pkgs
parentb12b80f91d8745d37b4c7304d3dc1d6f3154b90f (diff)
parent0ff1a7e21bd5036be010d9d6200adbbd286dd4b7 (diff)
Merge pull request #304948 from r-ryantm/auto-update/netclient
netclient: 0.23.0 -> 0.24.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ne/netclient/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ne/netclient/package.nix b/pkgs/by-name/ne/netclient/package.nix
index dc00b6856cabb..0d99763f4f1d2 100644
--- a/pkgs/by-name/ne/netclient/package.nix
+++ b/pkgs/by-name/ne/netclient/package.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "netclient";
-  version = "0.23.0";
+  version = "0.24.0";
 
   src = fetchFromGitHub {
     owner = "gravitl";
     repo = "netclient";
     rev = "v${version}";
-    hash = "sha256-Wglh6tcpanEmXwoRKdAot/l4RS+EbIIHI1etQ9ic7BI=";
+    hash = "sha256-p7cPOPmD/13Mvp0aHRDj3MXfkiaimqrTeg9D7bRU3AM=";
   };
 
-  vendorHash = "sha256-or/0z+RiOkZ2qgEqXNI/LafN+eWAzvLuSZta/QNUI3g=";
+  vendorHash = "sha256-mxDhjvNrV4oMHKHQHaxg35Tn30czmjGD3MTRh/Dexv4=";
 
   buildInputs = lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Cocoa
     ++ lib.optional stdenv.isLinux libX11;