coeurl: 0.2.1 -> 0.3.0
This commit is contained in:
parent
6ee341bb7e
commit
e51ff0d56c
1 changed files with 3 additions and 2 deletions
|
@ -11,17 +11,18 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "coeurl";
|
pname = "coeurl";
|
||||||
version = "0.2.1";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "nheko.im";
|
domain = "nheko.im";
|
||||||
owner = "nheko-reborn";
|
owner = "nheko-reborn";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-+FIxi019+jnjpo4NhBQ4tb3ObLrEStMN5YD+MrTLa2E=";
|
hash = "sha256-sN+YSddUOdnJLcnHyWdjNm1PpxCwnkwiqSvyrwUrg6w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ ninja pkg-config meson ];
|
nativeBuildInputs = [ ninja pkg-config meson ];
|
||||||
|
|
||||||
buildInputs = [ libevent curl spdlog ];
|
buildInputs = [ libevent curl spdlog ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue