From a6e07f0795f03a51ac217682c8eed0cf7daa83b9 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Fri, 9 Jan 2026 12:57:04 +0100 Subject: [PATCH] haskell.compiler.ghc966DebianBinary: Fix download Add snapshot.debian.org as fallback url. --- pkgs/development/compilers/ghc/9.6.6-debian-binary.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/9.6.6-debian-binary.nix b/pkgs/development/compilers/ghc/9.6.6-debian-binary.nix index 81af893586d7..4d7a5921c3f2 100644 --- a/pkgs/development/compilers/ghc/9.6.6-debian-binary.nix +++ b/pkgs/development/compilers/ghc/9.6.6-debian-binary.nix @@ -26,7 +26,10 @@ let powerpc64-linux = { variantSuffix = ""; src = { - url = "http://ftp.ports.debian.org/debian-ports/pool-ppc64/main/g/ghc/ghc_9.6.6-4_ppc64.deb"; + urls = [ + "http://ftp.ports.debian.org/debian-ports/pool-ppc64/main/g/ghc/ghc_9.6.6-4_ppc64.deb" + "https://snapshot.debian.org/archive/debian-ports/20250917T193713Z/pool-ppc64/main/g/ghc/ghc_9.6.6-4_ppc64.deb" + ]; sha256 = "722cc301b6ba70b342e5e3d9d0671440bcd749cd2f13dcccbd23c3f6a6060171"; }; exePathForLibraryCheck = null;