nvfetcher: remove jailbreak that is no longer necessary

This commit is contained in:
Dennis Gosnell 2022-04-21 16:31:51 +09:00
parent c659631a92
commit bd6a853913
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -687,9 +687,6 @@ self: super: {
# https://github.com/pxqr/base32-bytestring/issues/4
base32-bytestring = dontCheck super.base32-bytestring;
# 2022-03-24: Strict aeson bound: https://github.com/berberman/nvfetcher/pull/63
nvfetcher = throwIfNot (super.nvfetcher.version == "0.4.0.0") "nvfetcher: remove jailbreak after update" doJailbreak super.nvfetcher;
# 2022-03-24: Strict aeson bound:
arch-web = throwIfNot (super.arch-web.version == "0.1.0") "arch-web: remove jailbreak after update" doJailbreak super.arch-web;