halo: 2.15.2 -> 2.16.0

This commit is contained in:
R. Ryantm 2024-06-03 15:18:27 +00:00
parent c429fa2ffa
commit 5208f33633

View File

@ -7,10 +7,10 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "halo"; pname = "halo";
version = "2.15.2"; version = "2.16.0";
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-BCcIDaWtn8OkI+GWs741nWgqyO8qlE9m2hZ3e+iViUI="; hash = "sha256-YjRoq38y4nFmcvEEWyJMociGNzUgQ5FXzTw2R64urcY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [