cp2k: 9.1.0 -> 2022.2
This commit is contained in:
parent
a2c41adf73
commit
c75b4ee2f0
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ let
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "cp2k";
|
pname = "cp2k";
|
||||||
version = "9.1.0";
|
version = "2022.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cp2k";
|
owner = "cp2k";
|
||||||
repo = "cp2k";
|
repo = "cp2k";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-P9RwZmrE1E0UTQVasQxWAqa3LBLyJNGeJo8T6u5WWcw=";
|
hash = "sha256-zDIsgPcLnA0ATJEN1vQClpkToqvIyW7KuXhyGiXJXDw=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue