Skip to content

Commit cbf7bca

Browse files
committed
halo: 2.20.19 -> 2.20.20
1 parent fb297f0 commit cbf7bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ha/halo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
}:
99
stdenv.mkDerivation rec {
1010
pname = "halo";
11-
version = "2.20.19";
11+
version = "2.20.20";
1212
src = fetchurl {
1313
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
14-
hash = "sha256-4xXg1pW6vXebrmmyhzQKmJReR8gfRrflrfuB3ijk4tc=";
14+
hash = "sha256-8q87oGE7uEbs78rkFcF3FD+ms+9dlk+12G2CL/tEJKY=";
1515
};
1616

1717
nativeBuildInputs = [

0 commit comments

Comments
 (0)