halo: 2.21.2 -> 2.21.3 (#424867)
This commit is contained in:
commit
9de45ca432
@ -8,10 +8,10 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "halo";
|
pname = "halo";
|
||||||
version = "2.21.2";
|
version = "2.21.3";
|
||||||
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-XYzk989eaOXU81EWUbwhLl6Fy30dbLhn4/x2wJ4I4ac=";
|
hash = "sha256-l5tD9QIQfuRXG6hxP2ensb3SeX/A7F/xx694rQKUUrI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user