haskellPackages.accelerate: update source

This commit is contained in:
Alexandre Esteves
2026-03-11 12:03:54 +01:00
committed by sternenseemann
parent 0f5dd37f62
commit 7d0dfa354f
2 changed files with 3 additions and 4 deletions
@@ -42,12 +42,12 @@ with haskellLib;
])
(overrideCabal (drv: {
version = "1.3.0.0-unstable-2025-04-25";
version = "1.3.0.0-unstable-2026-01-30";
src = pkgs.fetchFromGitHub {
owner = "AccelerateHS";
repo = "accelerate";
rev = "3f681a5091eddf5a3b97f4cd0de32adc830e1117";
sha256 = "sha256-tCcl7wAls+5cBSrqbxfEAJngbV43OJcLJdaC4qqkBxc=";
rev = "c22387ed2e00b00a6c79dcec5d22b53874da91fc";
sha256 = "sha256-AtKdxeCytRbmOIFe7OPbSMlhFhJnrgMuIqLFIeqnBGU";
};
}))
];
@@ -20,7 +20,6 @@ broken-packages:
- AC-MiniTest # failure in job https://hydra.nixos.org/build/233216015 at 2023-09-02
- AC-Terminal # failure in job https://hydra.nixos.org/build/233192747 at 2023-09-02
- AC-VanillaArray # failure in job https://hydra.nixos.org/build/233216801 at 2023-09-02
- accelerate # failure in job https://hydra.nixos.org/build/307516269 at 2025-09-19
- accelerate-fftw # failure in job https://hydra.nixos.org/build/296049868 at 2025-05-02
- accelerate-random # failure in job https://hydra.nixos.org/build/296049869 at 2025-05-02
- accelerate-utility # failure in job https://hydra.nixos.org/build/296049871 at 2025-05-02