Merge pull request #324634 from mpscholten/fix-push-notification-apn

haskellPackages.push-notify-apn: unbreak
This commit is contained in:
maralorn 2024-07-07 10:44:08 +02:00 committed by GitHub
commit 8db3977bdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3092,4 +3092,12 @@ 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;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super