halo: 2.15.1 -> 2.15.2

This commit is contained in:
R. Ryantm 2024-05-11 13:07:07 +00:00
parent c0c22d9f5d
commit 91f0f1cb3f

View File

@ -7,10 +7,10 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "halo"; pname = "halo";
version = "2.15.1"; version = "2.15.2";
src = fetchurl { src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/${pname}-${version}.jar"; url = "https://github.com/halo-dev/halo/releases/download/v${version}/${pname}-${version}.jar";
hash = "sha256-6qgbUXd0E38Rhv0Jf1qP54yJhQiB1a/Jr1FYw3bC4qI="; hash = "sha256-BCcIDaWtn8OkI+GWs741nWgqyO8qlE9m2hZ3e+iViUI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [