Merge pull request #329000 from mpscholten/drop-patch-for-push-notify-apn

haskellPackages.push-notify-apn: Drop patch
This commit is contained in:
maralorn 2024-07-25 23:03:37 +02:00 committed by GitHub
commit f49f2b9a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3113,14 +3113,6 @@ self: super: {
hash = "sha256-JxraFWzErJT4EhELa3PWBGHaLT9OLgEPNSnxwpdpHd0=";
}) (doJailbreak super.argon2); # Unmaintained
# Apply patch to use v.4.0.2
push-notify-apn = appendPatch (
fetchpatch {
url = "https://github.com/digitallyinduced/push-notify-apn/commit/e54d40516f1b8f912a74df75256bb6bacc931943.patch";
hash = "sha256-gH03Z/eDXUeIiAO+hIFxclekBHFAnukd+fgUl39g5cw";
}
) super.push-notify-apn;
# 2024-07-09: zinza has bumped their QuickCheck and tasty dependencies beyond stackage lts.
# Can possibly be removed once QuickCheck >= 2.15 and tasty >= 1.5
zinza = dontCheck super.zinza;