Skip to content

Commit

Permalink
vencord: 1.10.4 -> 1.10.5
Browse files Browse the repository at this point in the history
Diff: Vendicated/Vencord@v1.10.4...v1.10.5
(cherry picked from commit be43e12)
  • Loading branch information
DontEatOreo committed Oct 25, 2024
1 parent e3bf33f commit ea2703d
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.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 {
Expand Down

0 comments on commit ea2703d

Please sign in to comment.