mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
lms: 3.51.1 -> 3.56.0 (#337650)
This commit is contained in:
commit
61125ff851
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue