halo: 2.16.3 -> 2.17.0

This commit is contained in:
R. Ryantm 2024-07-02 13:16:08 +00:00
parent 0ef1870535
commit ad878ef1b7

View File

@ -7,10 +7,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.16.3";
version = "2.17.0";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/${pname}-${version}.jar";
hash = "sha256-sl2b9zKugnCEMHyvEqBWZPidoANth5gRfh34NAaqg7A=";
hash = "sha256-dSNYFifFITNnUxUOLmiO8LbHyjlCmVU9LlpZp/ThD/Q=";
};
nativeBuildInputs = [