Skip to content

Commit

Permalink
halo: 2.20.11 -> 2.20.12
Browse files Browse the repository at this point in the history
(cherry picked from commit 6735559)
  • Loading branch information
r-ryantm authored and LeSuisse committed Jan 5, 2025
1 parent 7fcdc50 commit 94c5466
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.11";
version = "2.20.12";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
hash = "sha256-4Y89yMR6rVREA1V1Xm8WAGeBKovxmy0/XPzM9CKluzE=";
hash = "sha256-BixJ36qlUnifIK7xWCZeY2nOGBAy2p6zL2CQvlgSMj8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 94c5466

Please sign in to comment.