1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

lms: 3.51.1 -> 3.56.0 (#337650)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-05 10:52:02 -04:00 committed by GitHub
commit 61125ff851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''