lms: 3.67.0 -> 3.68.1 (#428998)

Co-authored-by: mksafavi <mksafavi@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-29 00:14:39 +00:00 committed by GitHub
commit 82bf514f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "lms";
version = "3.67.0";
version = "3.68.1";
src = fetchFromGitHub {
owner = "epoupon";
repo = "lms";
rev = "v${version}";
hash = "sha256-jmdAZEtMIl2oLeNzgyceguCenPK/K6NJw5Yzv3T4pJs=";
hash = "sha256-BV1VeNTBED5I9OZlnLgiTLQsGK0HlQYSQykJJjQPn60=";
};
strictDeps = true;