cups-brother-mfcl2750dw: fix download url

This commit is contained in:
Bernardo Meurer 2022-03-23 16:41:33 -07:00
parent ec87404e71
commit 057a4d3abf
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -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=";
};