Unverified Commit 3bad0a0e authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

vencord: 1.14.6 -> 1.14.7 (#510764)

parents cf1982c0 1119caea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 92c50e4e..67a306eb 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -156,8 +156,8 @@ importers:
@@ -162,8 +162,8 @@ importers:
         specifier: ^22.13.4
         version: 22.13.13
       '@types/react':
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vencord";
  version = "1.14.6";
  version = "1.14.7";

  src = fetchFromGitHub {
    owner = "Vendicated";
    repo = "Vencord";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Wl89sRv49os6uRuYQVB/LgsOD7Rz3DPoxqeeELyY/o4=";
    hash = "sha256-uLuWTquRwguWYu3eolrHa5rguSI8ydwzHY6CrOcP7qM=";
  };

  patches = [ ./fix-deps.patch ];