0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

foliate: 3.2.1 -> 3.3.0 (#407818)

This commit is contained in:
Jonas Heinrich 2025-05-17 13:00:57 +02:00 committed by GitHub
commit 794b624e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "foliate";
version = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "johnfactotum";
repo = "foliate";
tag = version;
hash = "sha256-NU4lM+J5Tpd9Fl+eVbBy7WnCQ6LJ7oeWVkBxp6euTHU=";
hash = "sha256-QpWJDwatT4zOAPF+dn+Sm5xivk9SIZOvexj0M/Nyu24=";
fetchSubmodules = true;
};