diff --git a/bert/services/http/bible.chandlerswift.com.nix b/bert/services/http/bible.chandlerswift.com.nix index cd34d80..44fb23c 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-12-09"; + version = "2025-07-18"; src = pkgs.fetchzip { url = "https://bible.helloao.org/api.zip"; - hash = "sha256-542HwfM1HgEEDMYTFDoE5hUci3np3WrvRAsrq5hXxzc="; + hash = "sha256-bYl8svY++D0+YHXZ8/3h+yn0xiqIDCXcN+Hh9FjP98k="; stripRoot = false; }; diff --git a/bert/services/minecraft.nix b/bert/services/minecraft.nix index b5e3b20..fc7ae9d 100644 --- a/bert/services/minecraft.nix +++ b/bert/services/minecraft.nix @@ -1,7 +1,7 @@ { services.minecraft-server = { enable = true; - package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/487be302ead911dc24db3068f6d9631f2db7585d.tar.gz") { + package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/1d9a3b1c7d1c9b3799b3e071ffa05e84c092c534.tar.gz") { config.allowUnfree = true; }).minecraft-server; declarative = true;