Skip to content

Commit

Permalink
Merge pull request #59 from KaylorBen/dev
Browse files Browse the repository at this point in the history
version bump 1.10.8
  • Loading branch information
KaylorBen authored Dec 1, 2024
2 parents 79eb5a6 + 4ba33b2 commit 40dafe2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vencord.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.10.7";
version = "1.10.8";

src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-/CZzRIXD0shEok9H+Vx7s9BmzXTI6ly957jvS+nU2fI=";
hash = "sha256-2UOz8o+3jWppk6lWatbG0avcqBFpxHYSMEspCpFWWOk=";
};

pnpmDeps = pnpm.fetchDeps {
Expand Down Expand Up @@ -101,6 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
FlafyDev
NotAShelf
Scrumplex
donteatoreo
];
};
})

0 comments on commit 40dafe2

Please sign in to comment.