vencord: 1.12.4 -> 1.12.6 (#422168)
This commit is contained in:
commit
803e4cec84
@ -14,19 +14,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "vencord";
|
pname = "vencord";
|
||||||
version = "1.12.4";
|
version = "1.12.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Vendicated";
|
owner = "Vendicated";
|
||||||
repo = "Vencord";
|
repo = "Vencord";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-x5tbLoNGBT3tS+QXn0piFMM8+uqoQt8gfQJap1TyLmQ=";
|
hash = "sha256-7JT8BMKUhIwYMkIwr2mD8IQLDpldcDtAKh6R1tbAKMw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pnpmDeps = pnpm_10.fetchDeps {
|
pnpmDeps = pnpm_10.fetchDeps {
|
||||||
inherit (finalAttrs) pname src;
|
inherit (finalAttrs) pname src;
|
||||||
fetcherVersion = 1;
|
fetcherVersion = 2;
|
||||||
hash = "sha256-hO6QKRr4jTfesRDAEGcpFeJmGTGLGMw6EgIvD23DNzw=";
|
hash = "sha256-JP9HOaP3DG+2F89tC77JZFD0ls35u/MzxNmvMCbBo9Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -83,6 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
donteatoreo
|
donteatoreo
|
||||||
FlafyDev
|
FlafyDev
|
||||||
|
Gliczy
|
||||||
NotAShelf
|
NotAShelf
|
||||||
Scrumplex
|
Scrumplex
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user