diff options
| -rw-r--r-- | pkgs/misc/cups/drivers/mfcl2750dw/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/cups/drivers/mfcl2750dw/default.nix b/pkgs/misc/cups/drivers/mfcl2750dw/default.nix index 269546aca1a6..f51a5e74666c 100644 --- a/pkgs/misc/cups/drivers/mfcl2750dw/default.nix +++ b/pkgs/misc/cups/drivers/mfcl2750dw/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { dontUnpack = true; src = fetchurl { - url = "https://download.brother.com/welcome/dlf103566/mfcl2750dwpdrv-${version}.i386.deb"; + url = "https://download.brother.com/welcome/dlf103530/mfcl2750dwpdrv-${version}.i386.deb"; hash = "sha256-3uDwzLQTF8r1tsGZ7ChGhk4ryQmVsZYdUaj9eFaC0jc="; }; |
