21 lines
702 B
Nix
21 lines
702 B
Nix
# This file was generated by nvfetcher, please do not modify it manually.
|
|
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
|
{
|
|
proton-ge = {
|
|
pname = "proton-ge";
|
|
version = "GE-Proton7-49";
|
|
src = fetchurl {
|
|
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-49/GE-Proton7-49.tar.gz";
|
|
sha256 = "sha256-T+7R+zFMd0yQ0v7/WGym2kzMMulUmATS/LCEQS8whiw=";
|
|
};
|
|
};
|
|
yomichan = {
|
|
pname = "yomichan";
|
|
version = "22.10.23.0";
|
|
src = fetchurl {
|
|
url = "https://github.com/FooSoft/yomichan/releases/download/22.10.23.0/yomichan-firefox-dev.xpi";
|
|
sha256 = "sha256-l70wVXHEArifukDelZeoVxIyP2Crs6QZSD/kFdEml/8=";
|
|
};
|
|
};
|
|
}
|