We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b620206 + 86ffcea commit d1b583bCopy full SHA for d1b583b
pkgs/by-name/ve/vencord/package.nix
@@ -19,13 +19,13 @@
19
}:
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "vencord";
22
- version = "1.14.5";
+ version = "1.14.6";
23
24
src = fetchFromGitHub {
25
owner = "Vendicated";
26
repo = "Vencord";
27
tag = "v${finalAttrs.version}";
28
- hash = "sha256-FZ00lhPr4R0Bo8zwBfc/Y8eMfbTcRxjH3YwDBm1NSQk=";
+ hash = "sha256-Wl89sRv49os6uRuYQVB/LgsOD7Rz3DPoxqeeELyY/o4=";
29
};
30
31
patches = [ ./fix-deps.patch ];
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
44
;
45
pnpm = pnpm_10;
46
fetcherVersion = 2;
47
- hash = "sha256-K9rjPsODn56kM2k5KZHxY99n8fKvWbRbxuxFpYVXYks=";
+ hash = "sha256-b8Ko87Ddu3jcigbxluhsADJTsGVatiW5snXSXtrYho0=";
48
49
50
nativeBuildInputs = [
0 commit comments