Commit 42132283 authored by Gliczy's avatar Gliczy
Browse files

vencord: 1.12.12 -> 1.12.13

parent eafd287f
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 {