Merge pull request #231717 from doronbehar/pkg/pplatex

pplatex: unstable-2015-09-14 -> unstable-2023-04-18
This commit is contained in:
figsoda 2023-05-13 17:21:22 -04:00 committed by GitHub
commit 2a5d6f8451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "pplatex";
version = "unstable-2015-09-14";
version = "unstable-2023-04-18";
src = fetchFromGitHub {
owner = "stefanhepp";
repo = "pplatex";
rev = "5cec891ad6aec0115081cdd114ae1cc4f1ed7c06";
sha256 = "0wrkkbz6b6x91650nm8gccz7xghlp7b1i31fxwalz9xw3py9xygb";
rev = "8487b00b25127d9a4883e878000f4be6f89d56d5";
sha256 = "sha256-wPPJBn/UfmTWsD5JOg6po83Qn4qlpwgsPUV3iJzw5KU=";
};
nativeBuildInputs = [ cmake pkg-config ];
@ -26,7 +26,7 @@ stdenv.mkDerivation {
"A tool to reformat the output of latex and friends into readable messages";
homepage = "https://github.com/stefanhepp/pplatex";
license = licenses.gpl3Plus;
maintainers = [ maintainers.srgom ];
maintainers = [ maintainers.srgom maintainers.doronbehar ];
platforms = platforms.unix;
};
}