Merge pull request #309170 from alexfmpe/haveibeenpwned

haskellPackages: unbreak haveibeenpwned
This commit is contained in:
maralorn 2024-05-09 22:30:57 +02:00 committed by GitHub
commit 5689282bf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -2085,9 +2085,14 @@ self: super: {
ginger = doJailbreak super.ginger;
# Too strict version bounds on cryptonite
# https://github.com/obsidiansystems/haveibeenpwned/issues/7
haveibeenpwned = doJailbreak super.haveibeenpwned;
# 2024-05-05 syntax changes: https://github.com/obsidiansystems/haveibeenpwned/pull/9
haveibeenpwned = appendPatch
(fetchpatch {
url = "https://github.com/obsidiansystems/haveibeenpwned/pull/9/commits/14c134eec7de12f755b2d4667727762a8a1a6476.patch";
sha256 = "sha256-fau5+b6tufJ+MscrLgbYvvBsekPe8R6QAy/4H31dcQ4";
})
(doJailbreak super.haveibeenpwned);
# Too strict version bounds on ghc-events
# https://github.com/mpickering/hs-speedscope/issues/16

View File

@ -2408,7 +2408,6 @@ broken-packages:
- hat # failure in job https://hydra.nixos.org/build/233243655 at 2023-09-02
- hats # failure in job https://hydra.nixos.org/build/233256724 at 2023-09-02
- hatt # failure in job https://hydra.nixos.org/build/233195039 at 2023-09-02
- haveibeenpwned # failure in job https://hydra.nixos.org/build/233253058 at 2023-09-02
- haven # failure in job https://hydra.nixos.org/build/233216806 at 2023-09-02
- haverer # failure in job https://hydra.nixos.org/build/233210491 at 2023-09-02
- hax # failure in job https://hydra.nixos.org/build/233212147 at 2023-09-02

View File

@ -142647,9 +142647,7 @@ self: {
];
description = "Library for checking for weak/compromised passwords";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "readme";
broken = true;
}) {};
"haven" = callPackage