halo: 2.20.5 -> 2.20.10

This commit is contained in:
R. Ryantm 2024-12-01 00:01:58 +00:00
parent dfd6a4a50f
commit af3ca5f2b8

View File

@ -7,10 +7,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.20.5";
version = "2.20.10";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-VGSSGc2caNO7+IK1ArqjZGz+LaHWZsaO68Jr06BCcfE=";
hash = "sha256-xvUZUT0CpGDKbeS6xx1qARabx0XtB67E8dc8UsnUbK4=";
};
nativeBuildInputs = [