dbcsr: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm 2024-12-11 12:43:06 +00:00
parent d87246a418
commit 238c6f63f6

View File

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