foliate: 3.1.1 -> 3.2.0 (#359860)

This commit is contained in:
Aleksana 2024-11-29 16:13:02 +08:00 committed by GitHub
commit 7d5c030bdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "foliate";
version = "3.1.1";
version = "3.2.0";
src = fetchFromGitHub {
owner = "johnfactotum";
repo = "foliate";
rev = "refs/tags/${version}";
hash = "sha256-uKxybt8ZZuk2tWSJLKC7Tgw78EfMMgI99VExfgOdHwA=";
hash = "sha256-y4c/nlFk0hlr773/O2yvW7VzUx0NZWpcDtk8b9wlL2s=";
fetchSubmodules = true;
};