Commit d8846613 authored by R. RyanTM's avatar R. RyanTM
Browse files

gui-for-singbox: 1.18.0 -> 1.19.0

parent 825a8a4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

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

  src = fetchFromGitHub {
    owner = "GUI-for-Cores";
    repo = "GUI.for.SingBox";
    tag = "v${version}";
    hash = "sha256-8X+hLtNKE9iFJMvUtY1ZDXwp39b4bKDotiU79jVto4E=";
    hash = "sha256-CY5i5+ObqPVCPiqHLttjxhMOi9fiHp5HWX33fq43txw=";
  };

  metaCommon = {