Unverified Commit 8caebee4 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

cp2k: 2024.3 -> 2025.1 (#370439)

parents a1ad5919 f66a3333
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };