cp2k: 2023.1 -> 2023.2

This commit is contained in:
Phillip Seeber 2023-07-31 12:33:37 +02:00
parent c4147cd272
commit 0261a4fc37

View File

@ -11,13 +11,13 @@ let
in stdenv.mkDerivation rec {
pname = "cp2k";
version = "2023.1";
version = "2023.2";
src = fetchFromGitHub {
owner = "cp2k";
repo = "cp2k";
rev = "v${version}";
hash = "sha256-SG5Gz0cDiSfbSZ8m4K+eARMLU4iMk/xK3esN5yt05RE=";
hash = "sha256-1TJorIjajWFO7i9vqSBDTAIukBdyvxbr5dargt4QB8M=";
fetchSubmodules = true;
};