Skip to content

Commit

Permalink
vencord: 1.10.1 -> 1.10.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 7be9dd1)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Sep 22, 2024
1 parent 3206a41 commit 1217584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ve/vencord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.10.1";
version = "1.10.2";

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

pnpmDeps = pnpm.fetchDeps {
Expand Down

0 comments on commit 1217584

Please sign in to comment.