halo: 2.22.10 -> 2.22.11 (#483434)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-24 20:30:27 +00:00
committed by GitHub
+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 = [