lout: 3.43.3 -> 3.43.4

This commit is contained in:
R. Ryantm
2026-04-14 00:36:59 +00:00
parent 489849cd0c
commit 121aaec925
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lout";
version = "3.43.3";
version = "3.43.4";
src = fetchFromGitHub {
owner = "william8000";
repo = "lout";
rev = finalAttrs.version;
hash = "sha256-kZRc+d6tQGJTR41yNYOyfu/vTMH4mkwru3IQvnHS4yo=";
hash = "sha256-tozvedvIW4e/DRXliEdPmHUCPkMKM7tHNInDXSOrRic=";
};
buildInputs = [ ghostscript ];