Merge pull request #301770 from JohnRTitor/foliate

foliate: 3.1.0 -> 3.1.1
This commit is contained in:
Fabian Affolter 2024-04-06 09:30:42 +02:00 committed by GitHub
commit 69e299aac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "foliate";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "johnfactotum";
repo = pname;
repo = "foliate";
rev = "refs/tags/${version}";
hash = "sha256-6cymAqQxHHoTgzEyUKXC7zV/lUEJfIG+54+tLsc9iHo=";
hash = "sha256-uKxybt8ZZuk2tWSJLKC7Tgw78EfMMgI99VExfgOdHwA=";
fetchSubmodules = true;
};
@ -51,9 +51,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A simple and modern GTK eBook reader";
mainProgram = "foliate";
homepage = "https://johnfactotum.github.io/foliate";
changelog = "https://github.com/johnfactotum/foliate/releases/tag/${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ onny ];
mainProgram = "foliate";
};
}