kjv: get patches from archive.org

Ensure the package can still be built if the repository is deleted.
This commit is contained in:
Samuel Gräfenstein 2022-04-22 23:13:05 +02:00
parent 900a440492
commit 7a33f3d009
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, readline }:
let
patchPrefix = "https://github.com/samuelgrf/kjv/commit/";
patchPrefix = "https://web.archive.org/web/20220422205751/https://github.com/samuelgrf/kjv/commit/";
add-apocrypha = fetchpatch {
url = patchPrefix + "0856fa0d37b45de0d6b47d163b5ea9a0b7f2c061.patch";