libmbd: 0.12.7 -> 0.12.8

This commit is contained in:
R. Ryantm 2024-02-10 09:41:55 +00:00
parent 2394210484
commit 0d1a9d72be

@ -14,13 +14,13 @@ assert !lapack.isILP64;
stdenv.mkDerivation rec {
pname = "libMBD";
version = "0.12.7";
version = "0.12.8";
src = fetchFromGitHub {
owner = "libmbd";
repo = pname;
rev = version;
hash = "sha256-39cvOUTAuuWLGOLdapR5trmCttCnijOWvPhSBTeTxTA=";
hash = "sha256-ctUaBLPaZHoV1rU3u1idvPLGbvC9Z17YBxYKCaL7EMk=";
};
preConfigure = ''