about summary refs log tree commit diff
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-10-24 10:55:56 +0200
committerGitHub <noreply@github.com>2022-10-24 10:55:56 +0200
commitf67325ac2c5e5d7ffd41192677ea761ae47e6c79 (patch)
treec3dc3fb60e9f853ff4ce5249d82b70940112bb18
parent5679f85f4da8f0f29d5d8db5d990b9a3dfae3c40 (diff)
parentbd5597dce4a9f7ca7608c62a35c0eb7b977cd7aa (diff)
Merge pull request #197390 from markuskowa/upd-openmolcas
openmolcas: 22.06 -> 22.10
-rw-r--r--pkgs/applications/science/chemistry/openmolcas/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/chemistry/openmolcas/default.nix b/pkgs/applications/science/chemistry/openmolcas/default.nix
index 52dd025bf0273..f1df2a486c424 100644
--- a/pkgs/applications/science/chemistry/openmolcas/default.nix
+++ b/pkgs/applications/science/chemistry/openmolcas/default.nix
@@ -15,14 +15,14 @@ let
 
 in stdenv.mkDerivation {
   pname = "openmolcas";
-  version = "22.06";
+  version = "22.10";
 
   src = fetchFromGitLab {
     owner = "Molcas";
     repo = "OpenMolcas";
     # The tag keeps moving, fix a hash instead
-    rev = "17238da5c339c41ddf14ceb88f139d57143d7a14"; # 2022-06-17
-    sha256 = "0g17x5fp27b57f7j284xl3b3i9c4b909q504wpz0ipb0mrcvcpdp";
+    rev = "aedb15be52d6dee285dd3e10e9d05f44e4ca969a"; # 2022-10-22
+    sha256 = "sha256-7d2wBIEg/r5bPZXlngTIZxYdMN0UIop7TA+WFZmzCo8=";
   };
 
   patches = [