Merge pull request #330950 from r-ryantm/auto-update/dbcsr

dbcsr: 2.6.0 -> 2.7.0
This commit is contained in:
tomberek 2024-08-04 14:29:32 -04:00 committed by GitHub
commit 517e25fffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "dbcsr";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "cp2k";
repo = "dbcsr";
rev = "v${version}";
hash = "sha256-+xSxfrzsxBdb424F/3mIETleEPoETxU0LB0OBJrR7gw=";
hash = "sha256-QEO7f27DLsCvKXgFJnneHs1kO+5V9xiURpbQuGg1P0M=";
};
postPatch = ''