1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

lms: 3.51.1 -> 3.56.0

This commit is contained in:
mksafavi 2024-07-03 20:00:14 +03:30
parent 51e3f50964
commit 045f692542

View file

@ -16,16 +16,17 @@
zlib,
libSM,
libICE,
stb,
}:
stdenv.mkDerivation rec {
pname = "lms";
version = "3.51.1";
version = "3.56.0";
src = fetchFromGitHub {
owner = "epoupon";
repo = "lms";
rev = "v${version}";
hash = "sha256-5lEbrB218EVVHIzo1efvQYybut2OpfDKpLlRs0brhXg=";
hash = "sha256-o/wgh/PtFcTOmfl5H1cc1cTsWFvEnVQYhh4hPTnLNMU=";
};
strictDeps = true;
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
zlib
libSM
libICE
stb
];
postPatch = ''