We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb297f0 commit cbf7bcaCopy full SHA for cbf7bca
pkgs/by-name/ha/halo/package.nix
@@ -8,10 +8,10 @@
8
}:
9
stdenv.mkDerivation rec {
10
pname = "halo";
11
- version = "2.20.19";
+ version = "2.20.20";
12
src = fetchurl {
13
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
14
- hash = "sha256-4xXg1pW6vXebrmmyhzQKmJReR8gfRrflrfuB3ijk4tc=";
+ hash = "sha256-8q87oGE7uEbs78rkFcF3FD+ms+9dlk+12G2CL/tEJKY=";
15
};
16
17
nativeBuildInputs = [
0 commit comments