Loading pkgs/by-name/lm/lms/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -18,17 +18,18 @@ stb, openssl, xxHash, pugixml, }: stdenv.mkDerivation rec { pname = "lms"; version = "3.69.0"; version = "3.71.0"; src = fetchFromGitHub { owner = "epoupon"; repo = "lms"; rev = "v${version}"; hash = "sha256-fdsKNicBcdUoxFLYg8Lq1KFZub1P3pt2rOKQ/1V2VtU="; hash = "sha256-Bla4GmVbBJl/wjaD/CLnlvR/xMrTRwAlVODyMBkxzhw="; }; strictDeps = true; Loading @@ -51,6 +52,7 @@ stdenv.mkDerivation rec { stb openssl xxHash pugixml ]; postPatch = '' Loading Loading
pkgs/by-name/lm/lms/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -18,17 +18,18 @@ stb, openssl, xxHash, pugixml, }: stdenv.mkDerivation rec { pname = "lms"; version = "3.69.0"; version = "3.71.0"; src = fetchFromGitHub { owner = "epoupon"; repo = "lms"; rev = "v${version}"; hash = "sha256-fdsKNicBcdUoxFLYg8Lq1KFZub1P3pt2rOKQ/1V2VtU="; hash = "sha256-Bla4GmVbBJl/wjaD/CLnlvR/xMrTRwAlVODyMBkxzhw="; }; strictDeps = true; Loading @@ -51,6 +52,7 @@ stdenv.mkDerivation rec { stb openssl xxHash pugixml ]; postPatch = '' Loading