Commit 1c6717a5 authored by R. RyanTM's avatar R. RyanTM
Browse files

gui-for-singbox: 1.15.1 -> 1.18.0

parent d0cc7d8f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

let
  pname = "gui-for-singbox";
  version = "1.15.1";
  version = "1.18.0";

  src = fetchFromGitHub {
    owner = "GUI-for-Cores";
    repo = "GUI.for.SingBox";
    tag = "v${version}";
    hash = "sha256-OMZrLceu/7QTyLCPPIIx4c+iyfZlVyOiDKLCTeXoEbE=";
    hash = "sha256-8X+hLtNKE9iFJMvUtY1ZDXwp39b4bKDotiU79jVto4E=";
  };

  metaCommon = {
@@ -54,7 +54,7 @@ let
        ;
      pnpm = pnpm_10;
      fetcherVersion = 2;
      hash = "sha256-MA0CNF2MTCGvsxvEpRbTFu5Diap4XkIHKnxeROkgwnU=";
      hash = "sha256-AHGPAYw/6FRKO2FY1J84NrLcp+bZOclOF6UFY61npFI=";
    };

    buildPhase = ''
@@ -91,7 +91,7 @@ buildGoModule {
      --subst-var out
  '';

  vendorHash = "sha256-A39CVQTWMmOGa/XwM+cZQBsqINiN2UoUYC9voQTL7aU=";
  vendorHash = "sha256-xQ6TeVoBe8906+/5X1q4e5QHVo+KHymB+yoxM+Obk18=";

  nativeBuildInputs = [
    autoPatchelfHook