mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #329000 from mpscholten/drop-patch-for-push-notify-apn
haskellPackages.push-notify-apn: Drop patch
This commit is contained in:
commit
f49f2b9a77
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user