about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-19 18:00:54 +0000
committerGitHub <noreply@github.com>2023-10-19 18:00:54 +0000
commit0bcaa2f556ace563a74ef93125c439a01d4f8dec (patch)
tree377c21741a6110cc34faecb1c703107f64699c18 /pkgs/applications/science/chemistry
parent25bcfa6c2fa44e3523e0399e3fbf907cee0efa29 (diff)
parent3f84dd89b87f5d648d015eb3a2ac59e1c36b3e70 (diff)
downloadnixlib-0bcaa2f556ace563a74ef93125c439a01d4f8dec.tar
nixlib-0bcaa2f556ace563a74ef93125c439a01d4f8dec.tar.gz
nixlib-0bcaa2f556ace563a74ef93125c439a01d4f8dec.tar.bz2
nixlib-0bcaa2f556ace563a74ef93125c439a01d4f8dec.tar.lz
nixlib-0bcaa2f556ace563a74ef93125c439a01d4f8dec.tar.xz
nixlib-0bcaa2f556ace563a74ef93125c439a01d4f8dec.tar.zst
nixlib-0bcaa2f556ace563a74ef93125c439a01d4f8dec.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/science/chemistry')
-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 f8ebf5251fc0..42cf5ddc9511 100644
--- a/pkgs/applications/science/chemistry/openmolcas/default.nix
+++ b/pkgs/applications/science/chemistry/openmolcas/default.nix
@@ -43,14 +43,14 @@ let
 in
 stdenv.mkDerivation {
   pname = "openmolcas";
-  version = "23.06";
+  version = "23.10";
 
   src = fetchFromGitLab {
     owner = "Molcas";
     repo = "OpenMolcas";
     # The tag keeps moving, fix a hash instead
-    rev = "1cda3772686cbf99a4af695929a12d563c795ca2"; # 2023-06-12
-    sha256 = "sha256-DLRQsRy2jt8V8q2sKmv2hLuKCuMihp/+zcMY/3sg1Fk=";
+    rev = "c74317e68572d1da82fdce4210b005c2c1b1de53"; # 2023-09-25
+    hash = "sha256-wBrASZ6YFsWsu/TreEZ6Q+VxNQwCwMpyPC8AOqmNxos=";
   };
 
   patches = [