7 stdenvNoCC.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-OQWJWcDpwmnJJ/kc4uEReaO74dYFlxNQwf33E5Oagb0=";
21 install -Dm644 glsl/*/*.glsl -t $out
27 description = "High-quality real time upscaler for anime";
28 homepage = "https://github.com/bloc97/Anime4K";
29 license = licenses.mit;
30 maintainers = with maintainers; [ surfaceflinger ];
31 platforms = platforms.all;