epubcheck: 5.2.0 -> 5.2.1

This commit is contained in:
R. Ryantm
2025-01-24 07:47:35 +00:00
parent 0aa475546e
commit c10dfd6891
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "epubcheck";
version = "5.2.0";
version = "5.2.1";
src = fetchzip {
url = "https://github.com/w3c/epubcheck/releases/download/v${version}/epubcheck-${version}.zip";
sha256 = "sha256-7Vfbs0lqrm/YDSfvMxaQu9IsYx1PugpbsDYLU2fIC6U=";
sha256 = "sha256-BL+DNd6QeAx4MATaXVX/4mtalY7jzAdYeUsPktPp4UA=";
};
nativeBuildInputs = [ makeWrapper ];