libmbd: 0.12.8 -> 0.13.0 (#431895)

This commit is contained in:
Wolfgang Walther 2025-08-14 14:05:27 +00:00 committed by GitHub
commit 826575b5fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@ assert !lapack.isILP64;
stdenv.mkDerivation rec {
pname = "libMBD";
version = "0.12.8";
version = "0.13.0";
src = fetchFromGitHub {
owner = "libmbd";
repo = "libMBD";
rev = version;
hash = "sha256-ctUaBLPaZHoV1rU3u1idvPLGbvC9Z17YBxYKCaL7EMk=";
hash = "sha256-mSKD/pNluumKP3SCubD68uak2Vya/1tyIh42UxRgSXY=";
};
preConfigure = ''