diff --git a/bert/services/http/bible.chandlerswift.com.nix b/bert/services/http/bible.chandlerswift.com.nix index 44fb23c..cd34d80 100644 --- a/bert/services/http/bible.chandlerswift.com.nix +++ b/bert/services/http/bible.chandlerswift.com.nix @@ -3,11 +3,11 @@ let bibleApiPackage = pkgs.stdenv.mkDerivation { pname = "bible-api"; - version = "2025-07-18"; + version = "2025-12-09"; src = pkgs.fetchzip { url = "https://bible.helloao.org/api.zip"; - hash = "sha256-bYl8svY++D0+YHXZ8/3h+yn0xiqIDCXcN+Hh9FjP98k="; + hash = "sha256-542HwfM1HgEEDMYTFDoE5hUci3np3WrvRAsrq5hXxzc="; stripRoot = false; };