lout: 3.42.2 -> 3.43

This commit is contained in:
R. Ryantm 2024-01-27 06:36:47 +00:00
parent b0051767f1
commit ac35f4b63f

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lout";
version = "3.42.2";
version = "3.43";
src = fetchFromGitHub {
owner = "william8000";
repo = pname;
rev = version;
hash = "sha256-rzCRxmwppBno6o4RM2GjE0pe/5yvyzyo375XdfX04As=";
hash = "sha256-YUFrlM7BnDlG1rUV90yBvWG6lOKW5qKxs/xdq6I/kI0=";
};
buildInputs = [ ghostscript ];