Unverified Commit 176bc2d3 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

vencord: 1.9.9 -> 1.10.1

parent dc011c71
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.9.9";
  version = "1.10.1";

  src = fetchFromGitHub {
    owner = "Vendicated";
    repo = "Vencord";
    rev = "v${finalAttrs.version}";
    hash = "sha256-0N7RfRbtibWWKGtx8JfFlgC6RQFi2xvxgVI9MrldfhI=";
    hash = "sha256-fYLTaxNeixaHP19dS+BPVJwv/xXEV5hmmE2ob7jzS/A=";
  };

  pnpmDeps = pnpm.fetchDeps {