pplatex: unstable-2015-09-14 -> unstable-2023-04-18

This commit is contained in:
Doron Behar 2023-05-13 21:52:29 +03:00
parent 15ad57a3f7
commit d2313a5a58

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 ];