Merge pull request #320785 from r-ryantm/auto-update/epub2txt2

epub2txt2: 2.06 -> 2.07
This commit is contained in:
Nick Cao
2024-06-19 10:25:03 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "epub2txt2";
version = "2.06";
version = "2.07";
src = fetchFromGitHub {
owner = "kevinboone";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-zzcig5XNh9TqUHginsfoC47WrKavqi6k6ezir+OOMJk=";
sha256 = "sha256-/P81ZXhB0wyRx2bb/CO7+kTTNspYKoGUpBGLb8Yfb5I=";
};
makeFlags = [ "CC:=$(CC)" "PREFIX:=$(out)" ];