Discord: update vencord
This commit is contained in:
parent
e43b6dc882
commit
ff7cffe256
1 changed files with 4 additions and 3 deletions
|
|
@ -8,12 +8,13 @@
|
|||
};
|
||||
# Update some stuff while I wait for nixpkgs
|
||||
vencord = super.vencord.overrideAttrs rec {
|
||||
version = "1.6.1";
|
||||
version = "522fdcd";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "Vendicated";
|
||||
repo = "Vencord";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-t4+8ybPzqcCtTSukBBgvbD7HiKG4K51WPVnJg0RQbs8=";
|
||||
rev = "522fdcd";
|
||||
#rev = "v${version}";
|
||||
hash = "sha256-9G7FNL4pHaaLachzJmeAol0WpNUj533K2FNa7DH0eBM=";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue