halo: 2.21.7 -> 2.21.8

This commit is contained in:
R. Ryantm
2025-09-10 14:01:27 +00:00
parent 0cadc7de94
commit b14d0f7b03
+2 -2
View File
@@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.21.7";
version = "2.21.8";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-uHM/rqKwHs+THH4+jdGXfbPe2A+NtkbN2OUcsnJL8R0=";
hash = "sha256-S7+6ky5FWI1/44XELfh55cQkDePiEzU6mcuFVV77VrM=";
};
nativeBuildInputs = [