From 9fc03798122e41c7229efcb2fb58f30e302e2074 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 12 Jul 2023 05:01:31 +0000 Subject: [PATCH] clash-meta: 1.14.5 -> 1.15.0 --- pkgs/tools/networking/clash-meta/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/clash-meta/default.nix b/pkgs/tools/networking/clash-meta/default.nix index 804e2f44b442..de473f810d75 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.5"; + version = "1.15.0"; src = fetchFromGitHub { owner = "MetaCubeX"; @@ -14,10 +14,10 @@ buildGoModule rec { postFetch = '' rm -f $out/.github/workflows/{Delete,delete}.yml ''; - hash = "sha256-4jhe+zhcRACcwwPWFd5oW8eIKTpPWfz0z5cnA9E8Wkc="; + hash = "sha256-trufMtk3t9jA6hc9CenHsd3k41nrCyJYyOuHzzWv+Jw="; }; - vendorHash = "sha256-VcT9dda5E9IMrDB/3QWBGWiNxGAEM2yKDbJwhGpN8og="; + vendorHash = "sha256-lMeJ3z/iTHIbJI5kTzkQjNPMv5tGMJK/+PM36BUlpjE="; # Do not build testing suit excludedPackages = [ "./test" ];