openmolcas: 21.02 -> 21.06

launchpad/nixpkgs/master
Markus Kowalewski 3 years ago
parent 45c4b6b9e4
commit d26039d43b
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
  1. 6
      pkgs/applications/science/chemistry/openmolcas/default.nix

@ -5,9 +5,9 @@
} :
let
version = "21.02";
version = "21.06";
# The tag keeps moving, fix a hash instead
gitLabRev = "41cee871945ac712e86ee971425a49a8fc60a936";
gitLabRev = "dd982ad4bc94dec8ac1e3e99cb6a7dd249ff71de";
python = python3.withPackages (ps : with ps; [ six pyparsing ]);
@ -19,7 +19,7 @@ in stdenv.mkDerivation {
owner = "Molcas";
repo = "OpenMolcas";
rev = gitLabRev;
sha256 = "0cap53gy1wds2qaxbijw09fqhvfxphfkr93nhp9xdq84yxh4wzv6";
sha256 = "07dm73n0s7ckif561yb3s9yqxsv39a73kb9qwny4yp39wdvv52hz";
};
patches = [

Loading…
Cancel
Save