dbcsr: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2025-12-16 20:35:52 +00:00
parent 7dde039464
commit e1cc57867c
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "dbcsr";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "cp2k";
repo = "dbcsr";
rev = "v${version}";
hash = "sha256-YXySNw3+DiY7E57W1ypeWLyawwcWVGlmTM4Kgj7Nnmo=";
hash = "sha256-ZhcatDG0bbl75P3YI5Kqg8lhbDZ8EHYaZSixky6KJyo=";
};
postPatch = ''