halo: 2.24.2 -> 2.25.4 (#530961)

This commit is contained in:
Peder Bergebakken Sundt 2026-07-02 18:03:22 +00:00 committed by GitHub
commit e805ccbb0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,10 +8,10 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "halo";
version = "2.24.2";
version = "2.25.4";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${finalAttrs.version}/halo-${finalAttrs.version}.jar";
hash = "sha256-ONaSclpfNQtuSllndIylm759NUcfKL7dYTQYVj4jSjs=";
hash = "sha256-U3dWxAb/AT2zTUejdACT7SzRy97fWz2jTKgBfeYaoE4=";
};
nativeBuildInputs = [