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

vencord: 1.10.4 -> 1.10.5 (#350964)

parents 5dbe1a4c 71fc5743
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vencord";
  version = "1.10.4";
  version = "1.10.5";

  src = fetchFromGitHub {
    owner = "Vendicated";
    repo = "Vencord";
    rev = "v${finalAttrs.version}";
    hash = "sha256-lAMcvJzKFpIvA4QzCnhJddu8EL2SE4iYNvkqesHzsb8=";
    hash = "sha256-pzb2x5tTDT6yUNURbAok5eQWZHaxP/RUo8T0JECKHJ4=";
  };

  pnpmDeps = pnpm.fetchDeps {
@@ -98,6 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
      FlafyDev
      NotAShelf
      Scrumplex
      donteatoreo
    ];
  };
})