Desktop/discord: update vencord
This commit is contained in:
parent
9e1ae553cf
commit
a66628290b
1 changed files with 5 additions and 6 deletions
|
|
@ -9,18 +9,17 @@
|
|||
withVencord = true;
|
||||
};
|
||||
# Update some stuff while I wait for nixpkgs
|
||||
/*
|
||||
vencord = super.vencord.overrideAttrs rec {
|
||||
version = "522fdcd";
|
||||
version = "1.8.1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "Vendicated";
|
||||
repo = "Vencord";
|
||||
rev = "522fdcd";
|
||||
#rev = "v${version}";
|
||||
hash = "sha256-9G7FNL4pHaaLachzJmeAol0WpNUj533K2FNa7DH0eBM=";
|
||||
rev = "a525cd0113b37fbe08512a6e68ecb62b8d74cd72";
|
||||
# rev = "v${version}";
|
||||
hash = "sha256-97KgELDNhP2aZU66tC+F/QfHuWnICGRzXQFQMbim4Sk=";
|
||||
};
|
||||
npmDepsHash = "sha256-97KgELDNhP2aZU66tC+F/QfHuWnICGRzXQFQMbim4Sk=";
|
||||
};
|
||||
*/
|
||||
};
|
||||
stock-discord = _self: super: {
|
||||
discord = super.discord.override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue