Skip to content

Commit

Permalink
vencord: 1.11.2 -> 1.11.3 (NixOS#377814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Jan 29, 2025
2 parents acc23f5 + c052e86 commit ed57392
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.11.2";
version = "1.11.3";

src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-18CzWAcBotIdzXFPIptBo20KZxXDVhM7AwwlCnPz+Wk=";
hash = "sha256-hx8YXkkpZoNq1aDsgdU5+Usmcp/mrlTo9sV2X4vqRuY=";
};

pnpmDeps = pnpm_9.fetchDeps {
Expand Down

0 comments on commit ed57392

Please sign in to comment.