lms: 3.71.0 -> 3.72.0

This commit is contained in:
R. Ryantm
2025-11-16 20:21:08 +00:00
parent 5dec4550e8
commit 720d267ece
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "lms";
version = "3.71.0";
version = "3.72.0";
src = fetchFromGitHub {
owner = "epoupon";
repo = "lms";
rev = "v${version}";
hash = "sha256-Bla4GmVbBJl/wjaD/CLnlvR/xMrTRwAlVODyMBkxzhw=";
hash = "sha256-ZKMw2P9UeBVdQ0jKDdkAQ84GyviJ+YW9afCY/geKWnQ=";
};
strictDeps = true;