commit
5d4feae8c9
@ -1,23 +1,23 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, installShellFiles, Security }:
|
{ lib, stdenv, fetchFromGitHub, rustPlatform, Security }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "agate";
|
pname = "agate";
|
||||||
version = "2.5.0";
|
version = "2.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mbrubeck";
|
owner = "mbrubeck";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-mnatEvojma1+cOVllTAzDVxl5luRGleLE6GNPnQUNWQ=";
|
sha256 = "sha256-IapgDqRZ7VMWerusWcv++Ky4yWgGLMaq8rFhbPshFjE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-B07itUftDj3yVMDc/2VetwYs74fZBa1tmeELbbQ39P0=";
|
cargoSha256 = "sha256-+Ch6nEGxYm2L4S9FkIkenDQovMZvQUJGOu5mR9T8r/Y=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
|
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://proxy.vulpes.one/gemini/gem.limpet.net/agate";
|
homepage = "https://proxy.vulpes.one/gemini/qwertqwefsday.eu/agate.gmi";
|
||||||
changelog = "https://proxy.vulpes.one/gemini/gem.limpet.net/agate";
|
changelog = "https://proxy.vulpes.one/gemini/qwertqwefsday.eu/agate.gmi";
|
||||||
description = "Very simple server for the Gemini hypertext protocol";
|
description = "Very simple server for the Gemini hypertext protocol";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Agate is a server for the Gemini network protocol, built with the Rust
|
Agate is a server for the Gemini network protocol, built with the Rust
|
||||||
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
static files. It uses async I/O, and should be quite efficient even when
|
static files. It uses async I/O, and should be quite efficient even when
|
||||||
running on low-end hardware and serving many concurrent requests.
|
running on low-end hardware and serving many concurrent requests.
|
||||||
'';
|
'';
|
||||||
license = licenses.asl20;
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ jk ];
|
maintainers = with maintainers; [ jk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user