mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
halo: 2.20.20 -> 2.20.21
This commit is contained in:
parent
873183508c
commit
64949a5365
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "halo";
|
pname = "halo";
|
||||||
version = "2.20.20";
|
version = "2.20.21";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
|
url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
|
||||||
hash = "sha256-8q87oGE7uEbs78rkFcF3FD+ms+9dlk+12G2CL/tEJKY=";
|
hash = "sha256-hUR5zG6jr8u8pFaGcZJs8MFv+WBMm1oDo6zGaS4Y7BI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue