Merge pull request #210756 from r-ryantm/auto-update/cp2k

cp2k: 2022.2 -> 2023.1

authored by markuskowa and committed by GitHub e04f1c4e f1b0fbca

+2 -2
+2 -2
pkgs/applications/science/chemistry/cp2k/default.nix
··· 11 11 12 12 in stdenv.mkDerivation rec { 13 13 pname = "cp2k"; 14 - version = "2022.2"; 14 + version = "2023.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "cp2k"; 18 18 repo = "cp2k"; 19 19 rev = "v${version}"; 20 - hash = "sha256-zDIsgPcLnA0ATJEN1vQClpkToqvIyW7KuXhyGiXJXDw="; 20 + hash = "sha256-SG5Gz0cDiSfbSZ8m4K+eARMLU4iMk/xK3esN5yt05RE="; 21 21 fetchSubmodules = true; 22 22 }; 23 23