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

vencord: 1.12.12 -> 1.12.13 (#439010)

parents cd755664 42132283
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vencord";
  version = "1.12.12";
  version = "1.12.13";

  src = fetchFromGitHub {
    owner = "Vendicated";
    repo = "Vencord";
    rev = "v${finalAttrs.version}";
    hash = "sha256-44Jiel/Y8ueZkZW0BFltgxrvSKkWmeKs8zVgFBJU+BI=";
    hash = "sha256-mJPUt7+SjszRmscKr0HlW3X2yDwc9cCcJLz8rlg+gNA=";
  };

  pnpmDeps = pnpm_10.fetchDeps {