Merge pull request #309170 from alexfmpe/haveibeenpwned
haskellPackages: unbreak haveibeenpwned
This commit is contained in:
commit
5689282bf0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user