Commit ff072fae authored by Marco "Capypara" Köpcke's avatar Marco "Capypara" Köpcke Committed by github-actions[bot]
Browse files

cups-kyocera-ecosys-m552x-p502x: fix URL

(cherry picked from commit e04687d8)
parent bce026f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
  version = "8.1602";

  src = fetchzip {
    url = "https://www.kyoceradocumentsolutions.de/content/download-center/de/drivers/all/Linux_8_1602_ECOSYS_M5521_5526_P5021_5026_zip.download.zip";
    url = "https://www.kyoceradocumentsolutions.de/content/dam/download-center-cf/de/drivers/all/Linux_8_1602_ECOSYS_M5521_5526_P5021_5026_zip.download.zip";
    sha256 = "sha256-XDH5deZmWNghfoO7JaYYvnVq++mbQ8RwLY57L2CKYaY=";
  };