cups-brother-mfcl2750dw: fix download url
This commit is contained in:
parent
ec87404e71
commit
057a4d3abf
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue