cp2k: 2024.3 -> 2025.1 (#370439)

Co-authored-by: sheepforce <sheepforce@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-06 10:03:24 +00:00
committed by GitHub
co-authored by sheepforce
+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;
};