Unverified Commit 8a9ab966 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #245040 from zzzsyyy/clash-verge-1.3.5

clash-verge: 1.3.4 -> 1.3.5
parents 70c11c01 6bac82c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
  pname = "clash-verge";
  version = "1.3.4";
  version = "1.3.5";

  src = fetchurl {
    url = "https://github.com/zzzgydi/clash-verge/releases/download/v${version}/clash-verge_${version}_amd64.deb";
    hash = "sha256-Jqp+bGxOuKH3BTmwnjo2RVB0c2rBVjDqZmFSw5RD/ew=";
    hash = "sha256-dMlJ7f1wpaiJrK5Xwx+e1tsWkGG9gJUyiIjhvVCWEJQ=";
  };

  nativeBuildInputs = [