We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 032ea8c + 19833fd commit 459d231Copy full SHA for 459d231
pkgs/by-name/lm/lms/package.nix
@@ -22,13 +22,13 @@
22
23
stdenv.mkDerivation rec {
24
pname = "lms";
25
- version = "3.66.0";
+ version = "3.66.1";
26
27
src = fetchFromGitHub {
28
owner = "epoupon";
29
repo = "lms";
30
rev = "v${version}";
31
- hash = "sha256-IIRseqiHLAeppYn0n6KMn+PxUJDMxyTwu2PPekQ/PHI=";
+ hash = "sha256-MKVO/jxLCjfWi17/XeTwBksOAw4Zd1i/6yMiAlSsYfY=";
32
};
33
34
strictDeps = true;
0 commit comments