From a76cac96bf4078921e8d7907b17c958e12195f50 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 9 Dec 2025 22:37:09 -0600 Subject: [PATCH] Use correct hash for updated bible package --- bert/services/http/bible.chandlerswift.com.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };