overlays: remove nheko overlay

This commit is contained in:
Aaron Bieber 2022-09-13 12:07:24 -06:00
parent 07f0e3734b
commit 47d5939358
No known key found for this signature in database

View File

@ -14,19 +14,6 @@
});
})
# pr:190714
(self: super: {
nheko = super.nheko.overrideAttrs (old: {
version = "0.10.1-1";
src = super.fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "nheko";
sha256 = "sha256-Bpf38BAGfvmVyrAptIsQ9HaRUopqvytko6unlWLooUo";
rev = "0.10.1-1";
};
});
})
(self: super: {
zig = super.zig.overrideAttrs (old: {
version = "0.10.0-dev.35e0ff7";