about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2023-11-06 00:32:38 +0100
committerGitHub <noreply@github.com>2023-11-06 00:32:38 +0100
commit413655a1cfdcb155ddb74882711f2b3a4e716933 (patch)
tree3355d63068383679c08fe9d13e63d19b4bf50960 /pkgs/applications
parente92f17ef87f7cdd2a0b22b16ef5f1af80e364e95 (diff)
parent3d4c83167120de357efac7c69a36d0d02e430ede (diff)
Merge pull request #265649 from markuskowa/upd-nwchem
nwchem: 7.2.1 -> 7.2.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/chemistry/nwchem/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/nwchem/default.nix b/pkgs/applications/science/chemistry/nwchem/default.nix
index 062c61fa5c9e0..a7d9462a7fbdb 100644
--- a/pkgs/applications/science/chemistry/nwchem/default.nix
+++ b/pkgs/applications/science/chemistry/nwchem/default.nix
@@ -54,13 +54,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "nwchem";
-  version = "7.2.1";
+  version = "7.2.2";
 
   src = fetchFromGitHub {
     owner = "nwchemgit";
     repo = "nwchem";
     rev = "v${version}-release";
-    hash = "sha256-nnNTZ+c7VVGAqwOBMkBlW3rImNjs08Ne35XRkI3ssGo=";
+    hash = "sha256-BcYRqPaPR24OTRY0MJgBxi46HvUG4uFaY0unZmu5b9k=";
   };
 
   nativeBuildInputs = [