summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-10 16:29:10 +0200
committerGitHub <noreply@github.com>2021-04-10 16:29:10 +0200
commited64b0ddf455b236d7d58ea74ea4bee43eae39f9 (patch)
tree17d56b8e7c51cbe278bf51bf6e7a54f9c2d7cbd4
parent3036212d5af5f4d718e49c9b018bced9f0400d9a (diff)
parenteb4b25b29bf4f70071d74cae249d2ac5b8a9e050 (diff)
downloadnixpkgs-ed64b0ddf455b236d7d58ea74ea4bee43eae39f9.tar
nixpkgs-ed64b0ddf455b236d7d58ea74ea4bee43eae39f9.tar.gz
nixpkgs-ed64b0ddf455b236d7d58ea74ea4bee43eae39f9.tar.bz2
nixpkgs-ed64b0ddf455b236d7d58ea74ea4bee43eae39f9.tar.lz
nixpkgs-ed64b0ddf455b236d7d58ea74ea4bee43eae39f9.tar.xz
nixpkgs-ed64b0ddf455b236d7d58ea74ea4bee43eae39f9.tar.zst
nixpkgs-ed64b0ddf455b236d7d58ea74ea4bee43eae39f9.zip
Merge pull request #118971 from r-ryantm/auto-update/clash
clash: 1.4.2 -> 1.5.0
-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 ede7dce2724..9cad36c68a6 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.4.2";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "Dreamacro";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ObnlcKTuO/yFNMXLwGvRTLnz18bNquq6dye2qpL7+VM=";
+    sha256 = "sha256-I4qpcHsN8WGt7YLNXO08BJypilhMSVmZjqECDjlEqXU=";
   };
 
-  vendorSha256 = "sha256-6ZQMDXc2NFs6l/DWPPCFJ+c40764hXzFTdi1Pxk1fnU=";
+  vendorSha256 = "sha256-Nfzk7p52msGxTPDbs4g9KuRPFxp4Npt0QXkdVOZvipc=";
 
   doCheck = false;