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