dbcsr: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2023-07-14 13:08:56 +00:00
parent 74174ea51f
commit c84d0c72e3

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "dbcsr";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "cp2k";
repo = "dbcsr";
rev = "v${version}";
hash = "sha256-GGClK3heGE3zUM0R+u58vRdAK+xWzaqdCHaMIDerHSI=";
hash = "sha256-+xSxfrzsxBdb424F/3mIETleEPoETxU0LB0OBJrR7gw=";
};
postPatch = ''