Use correct hash for updated bible package
This commit is contained in:
parent
5c8963d3a5
commit
a76cac96bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue