halo: 2.21.10 -> 2.22.10 (#473792)

This commit is contained in:
Gergő Gutyina
2026-01-23 09:30:19 +00:00
committed by GitHub

View File

@@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.21.10";
version = "2.22.10";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-AvQbD+1mlAV73WJ3uM/vIwwv/aiEkovUkxatH54chNA=";
hash = "sha256-3FrATqUGKSYfwYmDne8mbYGgPyG7+uyZtYVn4Bx+Pl0=";
};
nativeBuildInputs = [