lms: 3.60.0 -> 3.61.0 (#360624)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-05 03:19:54 +00:00 committed by GitHub
commit e05e6c3fcd
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.60.0";
version = "3.61.0";
src = fetchFromGitHub {
owner = "epoupon";
repo = "lms";
rev = "v${version}";
hash = "sha256-sLs73356BaFbKtyQc4cTFm7Wp/UemH8J+tkajXAA0do=";
hash = "sha256-q2LnJhIQYdjvVk+fQQ2tjoEw046DUR1o+RUG2bp/w3M=";
};
strictDeps = true;