halo: 2.20.13 -> 2.20.14

This commit is contained in:
R. Ryantm 2025-01-24 13:15:26 +00:00
parent 0aa475546e
commit c58eeff0ef

View File

@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.20.13";
version = "2.20.14";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-BcI5LHAKDpd68w/D7TKOS3ChthsiWislm3yKyd0cSkM=";
hash = "sha256-42prPQTrjTgfHiwcpIKHpuiQLw4xhZ3wK1PkVLaC4OQ=";
};
nativeBuildInputs = [