foliate: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm
2024-12-20 13:09:02 +00:00
parent e84636c9d8
commit f2a92b4058
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "foliate";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "johnfactotum";
repo = "foliate";
rev = "refs/tags/${version}";
hash = "sha256-y4c/nlFk0hlr773/O2yvW7VzUx0NZWpcDtk8b9wlL2s=";
hash = "sha256-NU4lM+J5Tpd9Fl+eVbBy7WnCQ6LJ7oeWVkBxp6euTHU=";
fetchSubmodules = true;
};