halo: 2.20.12 -> 2.20.13

This commit is contained in:
R. Ryantm
2025-01-03 13:14:10 +00:00
parent 01463b17bc
commit 2c954c74fd
+2 -2
View File
@@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.20.12";
version = "2.20.13";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-BixJ36qlUnifIK7xWCZeY2nOGBAy2p6zL2CQvlgSMj8=";
hash = "sha256-BcI5LHAKDpd68w/D7TKOS3ChthsiWislm3yKyd0cSkM=";
};
nativeBuildInputs = [