shiori: init at 1.5.0

This commit is contained in:
Minijackson 2019-09-22 16:15:06 +02:00
parent 67202a95ba
commit 7ebb3f5818
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{ stdenv, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "shiori";
version = "1.5.0";
modSha256 = "142raxqh6mipw0dyhzgc8ha6vn74wdin25qrl1nkd68mpcvsbblg";
src = fetchFromGitHub {
owner = "go-shiori";
repo = pname;
rev = "v${version}";
sha256 = "13and7gh2882khqppwz3wwq44p7az4bfdfjvlnqcpqyi8xa28pmq";
};
meta = with stdenv.lib; {
description = "Simple bookmark manager built with Go";
homepage = "https://github.com/go-shiori/shiori";
license = licenses.mit;
maintainers = with maintainers; [ minijackson ];
};
}

View file

@ -15240,6 +15240,8 @@ in
shaarli-material = callPackage ../servers/web-apps/shaarli/material-theme.nix { };
shiori = callPackage ../servers/web-apps/shiori { };
matomo = callPackage ../servers/web-apps/matomo { };
axis2 = callPackage ../servers/http/tomcat/axis2 { };