Use correct hash for updated bible package

This commit is contained in:
Chandler Swift 2025-12-09 22:37:09 -06:00
parent 5c8963d3a5
commit a76cac96bf
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -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;
};