lms: 3.72.1 -> 3.73.0 (#469118)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-09 09:36:32 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "lms";
version = "3.72.1";
version = "3.73.0";
src = fetchFromGitHub {
owner = "epoupon";
repo = "lms";
rev = "v${version}";
hash = "sha256-c6eCfQz/Tc8pg1vVjgidkPj7I85sJ5AcyX7Gf/MTXZI=";
hash = "sha256-9m1YvuYuiiEXAX8HFt61VGZN/ThYXdBcwOSeL05mwOU=";
};
strictDeps = true;