Skip to content

Commit 459d231

Browse files
lms: 3.66.0 -> 3.66.1 (#408481)
Co-authored-by: mksafavi <[email protected]>
2 parents 032ea8c + 19833fd commit 459d231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lm/lms/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
stdenv.mkDerivation rec {
2424
pname = "lms";
25-
version = "3.66.0";
25+
version = "3.66.1";
2626

2727
src = fetchFromGitHub {
2828
owner = "epoupon";
2929
repo = "lms";
3030
rev = "v${version}";
31-
hash = "sha256-IIRseqiHLAeppYn0n6KMn+PxUJDMxyTwu2PPekQ/PHI=";
31+
hash = "sha256-MKVO/jxLCjfWi17/XeTwBksOAw4Zd1i/6yMiAlSsYfY=";
3232
};
3333

3434
strictDeps = true;

0 commit comments

Comments
 (0)