halo: 2.22.10 -> 2.22.11

This commit is contained in:
R. Ryantm
2026-01-24 18:55:07 +00:00
parent d08f00a930
commit 6852407a5c
+2 -2
View File
@@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.22.10";
version = "2.22.11";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-3FrATqUGKSYfwYmDne8mbYGgPyG7+uyZtYVn4Bx+Pl0=";
hash = "sha256-22Fp1OMLBU/d6zCZ3zpT4FisTc9OPEC2POfEtLJhHxA=";
};
nativeBuildInputs = [