dbcsr: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm
2025-12-24 01:33:51 +00:00
parent 10ca7c2598
commit 90e01a4734
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "dbcsr";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "cp2k";
repo = "dbcsr";
rev = "v${version}";
hash = "sha256-ZhcatDG0bbl75P3YI5Kqg8lhbDZ8EHYaZSixky6KJyo=";
hash = "sha256-F6EvpsPAJJvmEZQKJDW2Mk4Yo8VsQCD4CE2IqxpjyN8=";
};
postPatch = ''