Unverified Commit 7d1bd4fe authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

vencord: 1.13.12 -> 1.14.1 (#483377)

parents 36fad79e 50e2f956
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vencord";
  version = "1.13.12";
  version = "1.14.1";

  src = fetchFromGitHub {
    owner = "Vendicated";
    repo = "Vencord";
    tag = "v${finalAttrs.version}";
    hash = "sha256-YRpDcTO0/8Pko8mNbaA4WhsnLpXoL+Pp4CMx40Bcg+A=";
    hash = "sha256-g+zyq4KvLhn1aeziTwh3xSYvzzB8FwoxxR13mbivyh4=";
  };

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