1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

vencord: 1.10.5 -> 1.10.6

Updated hash to match different pnpm version on 24.05

(cherry picked from commit 94662991db)
This commit is contained in:
Infinidoge 2024-11-06 00:28:32 -05:00 committed by Sefa Eyeoglu
parent c128e44a24
commit c75b5e0e0b
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -14,19 +14,19 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.10.5";
version = "1.10.6";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-pzb2x5tTDT6yUNURbAok5eQWZHaxP/RUo8T0JECKHJ4=";
hash = "sha256-Pp8QpagTgWWHoC+e/iGfEveQYuMDDX7Oz1IAUx8cp3A=";
};
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname src;
hash = "sha256-bosCE9gBFCcM3Ww6sJmhps/cl4lovXKMieYpkqAMst8=";
hash = "sha256-kUfCTF/HKHmsxzWyT6XK833+4A2RUBJcxx6lZsRSTn0=";
};
nativeBuildInputs = [