foliate: 3.1.1 -> 3.2.0

This commit is contained in:
R. Ryantm 2024-11-28 14:23:18 +00:00
parent 258e563d2c
commit d28ba31b06

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;
};