Skip to content

Commit

Permalink
[24.11] halo: 2.20.5 -> 2.20.13 (#371151)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 5, 2025
2 parents c271ba1 + 16f590b commit 515b66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ha/halo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "halo";
version = "2.20.5";
version = "2.20.13";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-VGSSGc2caNO7+IK1ArqjZGz+LaHWZsaO68Jr06BCcfE=";
hash = "sha256-BcI5LHAKDpd68w/D7TKOS3ChthsiWislm3yKyd0cSkM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 515b66c

Please sign in to comment.