lms: 3.57.0 -> 3.58.0 (#344191)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-24 16:35:49 +00:00 committed by GitHub
commit 7c9634c324
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.57.0";
version = "3.58.0";
src = fetchFromGitHub {
owner = "epoupon";
repo = "lms";
rev = "v${version}";
hash = "sha256-KeskFVTZMxsFefbjnRBfrbS88Wt+2kwzboDziBsZJrY=";
hash = "sha256-sWlD/n9Qjwiu/UfZrxRxwv2rc4XwRZN35fyjIriGZPY=";
};
strictDeps = true;