cp2k: 2024.3 -> 2025.1

This commit is contained in:
R. Ryantm
2025-01-03 00:47:07 +00:00
parent 5503736c2b
commit f66a333343
+2 -2
View File
@@ -63,13 +63,13 @@ let
in
stdenv.mkDerivation rec {
pname = "cp2k";
version = "2024.3";
version = "2025.1";
src = fetchFromGitHub {
owner = "cp2k";
repo = "cp2k";
rev = "v${version}";
hash = "sha256-TeVQ0wVUx6d4knwMi9z3LjQZ4ELE6s1TnvwfFz8jbYk=";
hash = "sha256-04AFiEuv+EYubZVoYErQDdr9zipKlF7Gqy8DrUaYUMk=";
fetchSubmodules = true;
};