From 2c0052d3a55ff62a58f4c5ca4315e78c90eb9849 Mon Sep 17 00:00:00 2001 From: mksafavi Date: Mon, 10 Nov 2025 15:42:12 +0330 Subject: [PATCH] lms: 3.69.0 -> 3.71.0 --- pkgs/by-name/lm/lms/package.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/lm/lms/package.nix b/pkgs/by-name/lm/lms/package.nix index 4e7396556007..a72749076183 100644 --- a/pkgs/by-name/lm/lms/package.nix +++ b/pkgs/by-name/lm/lms/package.nix @@ -18,17 +18,18 @@ stb, openssl, xxHash, + pugixml, }: stdenv.mkDerivation rec { pname = "lms"; - version = "3.69.0"; + version = "3.71.0"; src = fetchFromGitHub { owner = "epoupon"; repo = "lms"; rev = "v${version}"; - hash = "sha256-fdsKNicBcdUoxFLYg8Lq1KFZub1P3pt2rOKQ/1V2VtU="; + hash = "sha256-Bla4GmVbBJl/wjaD/CLnlvR/xMrTRwAlVODyMBkxzhw="; }; strictDeps = true; @@ -51,6 +52,7 @@ stdenv.mkDerivation rec { stb openssl xxHash + pugixml ]; postPatch = ''