about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-16 10:20:57 +0800
committerGitHub <noreply@github.com>2022-07-16 10:20:57 +0800
commit11c4f0209ce1d156003d871c2ab62e60add51a32 (patch)
tree9bd4628eb1137a898982c47e7984b06164ba3241
parent28767ce87396a08f85619a59d83739b886b2f936 (diff)
parent5905c0de691efb4ec01a7a827b0ce4e83d2231f2 (diff)
Merge pull request #180640 from r-ryantm/auto-update/clash
clash: 1.11.0 -> 1.11.4
-rw-r--r--pkgs/tools/networking/clash/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/clash/default.nix b/pkgs/tools/networking/clash/default.nix
index 0341e7e7f3d32..5013ad60caff4 100644
--- a/pkgs/tools/networking/clash/default.nix
+++ b/pkgs/tools/networking/clash/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "clash";
-  version = "1.11.0";
+  version = "1.11.4";
 
   src = fetchFromGitHub {
     owner = "Dreamacro";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-8g5rrkRA31wHvwY3JDFIU+slU0cLHFpADyd897hVyw0=";
+    sha256 = "sha256-NLGX72eZCfyh6y3mud/btMh15rNXnss7S0P7ujCX1ms=";
   };
 
-  vendorSha256 = "sha256-iW14KxtUY2nhpShcdrHLiCRZxsoXyLSPt01dB0Ds28Y=";
+  vendorSha256 = "sha256-zaWN/zI4WhHnEK12k1tWZ/qjLGvaZbJ4WfEvCZJ0+ms=";
 
   # Do not build testing suit
   excludedPackages = [ "./test" ];