about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2023-08-01 15:52:32 +0200
committerGitHub <noreply@github.com>2023-08-01 15:52:32 +0200
commitb89bbeaac50bbdc009e9dae7a73ad620f3792a37 (patch)
tree6b198d138cb599aebb32a70b680735f547a98ee2 /pkgs/applications
parentf310ee473d03c5da0f328ac7e32ac81b0fd399cf (diff)
parent0261a4fc378952310bf371c1ad9d6931c6596914 (diff)
Merge pull request #246331 from sheepforce/cp2k
cp2k: 2023.1 -> 2023.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/chemistry/cp2k/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/cp2k/default.nix b/pkgs/applications/science/chemistry/cp2k/default.nix
index a16797b955e57..5defaafa3cd0e 100644
--- a/pkgs/applications/science/chemistry/cp2k/default.nix
+++ b/pkgs/applications/science/chemistry/cp2k/default.nix
@@ -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;
   };