Skip to content

Commit ab900f2

Browse files
authored
vencord: 1.10.4 -> 1.10.5 (#350964)
2 parents 5dbe1a4 + 71fc574 commit ab900f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/ve/vencord/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}:
1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "vencord";
17-
version = "1.10.4";
17+
version = "1.10.5";
1818

1919
src = fetchFromGitHub {
2020
owner = "Vendicated";
2121
repo = "Vencord";
2222
rev = "v${finalAttrs.version}";
23-
hash = "sha256-lAMcvJzKFpIvA4QzCnhJddu8EL2SE4iYNvkqesHzsb8=";
23+
hash = "sha256-pzb2x5tTDT6yUNURbAok5eQWZHaxP/RUo8T0JECKHJ4=";
2424
};
2525

2626
pnpmDeps = pnpm.fetchDeps {
@@ -98,6 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
9898
FlafyDev
9999
NotAShelf
100100
Scrumplex
101+
donteatoreo
101102
];
102103
};
103104
})

0 commit comments

Comments
 (0)