lprint: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-06-08 20:14:23 +00:00
parent 3438114c15
commit efb85db5be

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lprint";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "lprint";
rev = "v${finalAttrs.version}";
hash = "sha256-1OOLGQ8S4oRNSJanX/AzJ+g5F+jYnE/+o+ie5ucY22U=";
hash = "sha256-r5mOwkU828btDdt0y7JrEl6KSim8VaF/y4R58zPX3eI=";
};
outputs = [