Commit 6e07d223 authored by R. RyanTM's avatar R. RyanTM
Browse files

v2rayn: 7.7.1 -> 7.8.3

parent 6ca4c0b6
Loading
Loading
Loading
Loading
+6 −11
Original line number Diff line number Diff line
@@ -171,8 +171,8 @@
  },
  {
    "pname": "NLog",
    "version": "5.3.3",
    "hash": "sha256-M6IbNKj4cUplxS7vi54m2SZe4bQdmMusDTMmsjqmZKg="
    "version": "5.3.4",
    "hash": "sha256-Cwr1Wu9VbOcRz3GdVKkt7lIpNwC1E4Hdb0g+qEkEr3k="
  },
  {
    "pname": "QRCoder",
@@ -246,13 +246,13 @@
  },
  {
    "pname": "Splat",
    "version": "15.2.22",
    "hash": "sha256-GSD6XrFYlYj6jkmI7Z4bYCcRIQCRAyzcuVWHmAll5K4="
    "version": "15.3.1",
    "hash": "sha256-1MlkqywOtLr5TbQ+zAqzw0l92LK9+9h2+sJgmfV32RU="
  },
  {
    "pname": "Splat.NLog",
    "version": "15.2.22",
    "hash": "sha256-oro9JqLAicoqdNA6wLWqTjcqOpHbsDDOPX82TnZoNIU="
    "version": "15.3.1",
    "hash": "sha256-u/8nSYE618HHNfJjyiQfuluWx83FDYW2RlorPjxRuxs="
  },
  {
    "pname": "sqlite-net-pcl",
@@ -279,11 +279,6 @@
    "version": "2.1.2",
    "hash": "sha256-e56+FgxEHqV3SGQx0ZAqzlscPxNUPXJ8Ls9rtqET1S4="
  },
  {
    "pname": "System.Collections.Immutable",
    "version": "8.0.0",
    "hash": "sha256-F7OVjKNwpqbUh8lTidbqJWYi476nsq9n+6k0+QVRo3w="
  },
  {
    "pname": "System.ComponentModel.Annotations",
    "version": "5.0.0",
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
}:
buildDotnetModule rec {
  pname = "v2rayn";
  version = "7.7.1";
  version = "7.8.3";

  src = fetchFromGitHub {
    owner = "2dust";
    repo = "v2rayN";
    tag = version;
    hash = "sha256-u73LzCaGc3vdRs9sG9fdv1jrDubgZGkkxCnP55Bqdx8=";
    hash = "sha256-m8N3yukv55OGFk2pmfz0irG+qxgf/jlfPGaWNAEMnlk=";
  };

  projectFile = "v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj";