mpv: Update FSRCNNX x2
This also changes the model to 8-0-4-1 (new upstream default). Since upstream replaced the old model on GitHub releases instead of adding a new release, previous generations that don’t have the old model cached won’t build anymore.
This commit is contained in:
parent
5e8fb02b78
commit
fa1c274248
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue