about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-04 10:47:32 +0200
committerGitHub <noreply@github.com>2023-06-04 10:47:32 +0200
commit856792338f13ff9354df826d1758e1b9f08deb9d (patch)
tree3862ecb2f169d025418c6b70651b5fb6c6808e3e /pkgs
parent84627c3598c1db50c3a27eea86f249e77cf8a575 (diff)
parenta40d991777bd44401babd84b6866c28290381364 (diff)
Merge pull request #235885 from r-ryantm/auto-update/clash-meta
clash-meta: 1.14.4 -> 1.14.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/clash-meta/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/clash-meta/default.nix b/pkgs/tools/networking/clash-meta/default.nix
index 35a07133b44e6..804e2f44b442c 100644
--- a/pkgs/tools/networking/clash-meta/default.nix
+++ b/pkgs/tools/networking/clash-meta/default.nix
@@ -4,7 +4,7 @@
 }:
 buildGoModule rec {
   pname = "clash-meta";
-  version = "1.14.4";
+  version = "1.14.5";
 
   src = fetchFromGitHub {
     owner = "MetaCubeX";
@@ -14,10 +14,10 @@ buildGoModule rec {
     postFetch = ''
       rm -f $out/.github/workflows/{Delete,delete}.yml
     '';
-    hash = "sha256-HEJQaNFKcmR7KtXsYs2h1KpRZJfQljYjMUBMdqg7gRU=";
+    hash = "sha256-4jhe+zhcRACcwwPWFd5oW8eIKTpPWfz0z5cnA9E8Wkc=";
   };
 
-  vendorHash = "sha256-jvl4dAP0EOl9p/3LPNLUqzg8H/mP7AKaI+lJ6ROo/1k=";
+  vendorHash = "sha256-VcT9dda5E9IMrDB/3QWBGWiNxGAEM2yKDbJwhGpN8og=";
 
   # Do not build testing suit
   excludedPackages = [ "./test" ];