lout: 3.43.1 -> 3.43.2

This commit is contained in:
R. Ryantm 2025-05-21 12:35:58 +00:00
parent 74fd8e36e6
commit bead97f7da

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "lout";
version = "3.43.1";
version = "3.43.2";
src = fetchFromGitHub {
owner = "william8000";
repo = "lout";
rev = version;
hash = "sha256-bXLhkJqhv8pftDZYv6vn9ycy5u3vde+m3gCPvWJz2M8=";
hash = "sha256-8WMRnlb1EGtUo8g9yoIBinKb1ICZMqUZka/5950Lc1M=";
};
buildInputs = [ ghostscript ];