[Backport release-26.05] lprint: 1.3.1 -> 1.4.0 (#529705)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-09 02:15:58 +00:00 committed by GitHub
commit 89555b887a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [