halo: 2.21.2 -> 2.21.3

This commit is contained in:
R. Ryantm 2025-07-13 17:19:02 +00:00
parent 9085efd37f
commit ad8079c7e0

View File

@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.21.2";
version = "2.21.3";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-XYzk989eaOXU81EWUbwhLl6Fy30dbLhn4/x2wJ4I4ac=";
hash = "sha256-l5tD9QIQfuRXG6hxP2ensb3SeX/A7F/xx694rQKUUrI=";
};
nativeBuildInputs = [