lms: 3.66.0 -> 3.66.1

This commit is contained in:
R. Ryantm 2025-05-18 19:30:21 +00:00
parent 464167831a
commit 19833fda6e

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "lms";
version = "3.66.0";
version = "3.66.1";
src = fetchFromGitHub {
owner = "epoupon";
repo = "lms";
rev = "v${version}";
hash = "sha256-IIRseqiHLAeppYn0n6KMn+PxUJDMxyTwu2PPekQ/PHI=";
hash = "sha256-MKVO/jxLCjfWi17/XeTwBksOAw4Zd1i/6yMiAlSsYfY=";
};
strictDeps = true;