Merge pull request #165530 from NixOS/mfcl2750-url-fix

cups-brother-mfcl2750dw: fix download url
This commit is contained in:
Ivv 2022-03-24 01:06:14 +01:00 committed by GitHub
commit 4547b5373b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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