nwchem: 7.2.1 -> 7.2.2

This commit is contained in:
Markus Kowalewski 2023-11-05 14:08:05 +01:00
parent a0b3b06b7a
commit 3d4c831671

View file

@ -54,13 +54,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nwchem"; pname = "nwchem";
version = "7.2.1"; version = "7.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nwchemgit"; owner = "nwchemgit";
repo = "nwchem"; repo = "nwchem";
rev = "v${version}-release"; rev = "v${version}-release";
hash = "sha256-nnNTZ+c7VVGAqwOBMkBlW3rImNjs08Ne35XRkI3ssGo="; hash = "sha256-BcYRqPaPR24OTRY0MJgBxi46HvUG4uFaY0unZmu5b9k=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [