Unverified Commit 72045e56 authored by Yaya's avatar Yaya Committed by GitHub
Browse files

vencord: 1.13.4 -> 1.13.5 (#459187)

parents f0ee895c 275feea9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vencord";
  version = "1.13.4";
  version = "1.13.5";

  src = fetchFromGitHub {
    owner = "Vendicated";
    repo = "Vencord";
    tag = "v${finalAttrs.version}";
    hash = "sha256-NZuZ3WRHsM94PaGfikwB0Y7RRRPe+64FAfx80kRrQ1U=";
    hash = "sha256-btbGURE3szy7qiC9W3N3+RdfnH+EUJv78m9tDZYeA1M=";
  };

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