Unverified Commit b89bbeaa authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #246331 from sheepforce/cp2k

cp2k: 2023.1 -> 2023.2
parents f310ee47 0261a4fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };