Skip to content

Commit d1b583b

Browse files
[Backport release-25.11] vencord: 1.14.5 -> 1.14.6 (#501792)
2 parents b620206 + 86ffcea commit d1b583b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
}:
2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "vencord";
22-
version = "1.14.5";
22+
version = "1.14.6";
2323

2424
src = fetchFromGitHub {
2525
owner = "Vendicated";
2626
repo = "Vencord";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-FZ00lhPr4R0Bo8zwBfc/Y8eMfbTcRxjH3YwDBm1NSQk=";
28+
hash = "sha256-Wl89sRv49os6uRuYQVB/LgsOD7Rz3DPoxqeeELyY/o4=";
2929
};
3030

3131
patches = [ ./fix-deps.patch ];
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
4444
;
4545
pnpm = pnpm_10;
4646
fetcherVersion = 2;
47-
hash = "sha256-K9rjPsODn56kM2k5KZHxY99n8fKvWbRbxuxFpYVXYks=";
47+
hash = "sha256-b8Ko87Ddu3jcigbxluhsADJTsGVatiW5snXSXtrYho0=";
4848
};
4949

5050
nativeBuildInputs = [

0 commit comments

Comments
 (0)