From 7ba42e55a67793a05556c7ef2437ed4c0f23d357 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 20 Mar 2021 21:24:52 +0100 Subject: [PATCH] mpv: Update FSRCNNX x2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also changes the model to 8-0-4-1 (new upstream default). Since the dev replaced the old model instead of adding a new release, old generations that don’t have the old model cached won’t build anymore. --- users/simon/modules/mpv.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/simon/modules/mpv.nix b/users/simon/modules/mpv.nix index 926d16c..0dd309e 100644 --- a/users/simon/modules/mpv.nix +++ b/users/simon/modules/mpv.nix @@ -11,8 +11,8 @@ let shaders = { fsrcnnx_x2 = pkgs.fetchurl { - url = "https://github.com/igv/FSRCNN-TensorFlow/releases/download/1.1/FSRCNNX_x2_16-0-4-1.glsl"; - sha256 = "1ik99yb424r6qzq4j9pp244yx6c6sq6khqrhv9n6qv4ndi1h2qmq"; + url = "https://github.com/igv/FSRCNN-TensorFlow/releases/download/1.1/FSRCNNX_x2_8-0-4-1.glsl"; + sha256 = "03qv0l3b1bznarlv0jpi4gqg1zg3khsw5cp8pmabg73k0xpcwqix"; meta.license = lib.licenses.mit; };