Merge pull request #238581 from markuskowa/upd-molcas-hash

openmolcas: fix hash
This commit is contained in:
Nick Cao 2023-06-19 10:15:47 -06:00 committed by GitHub
commit b1ecaa9301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ in stdenv.mkDerivation {
repo = "OpenMolcas";
# The tag keeps moving, fix a hash instead
rev = "1cda3772686cbf99a4af695929a12d563c795ca2"; # 2023-06-12
sha256 = "sha256-6AAagMWRwxdoxAMpwH6efVHaq8501U2bkQank4tdsA8=";
sha256 = "sha256-DLRQsRy2jt8V8q2sKmv2hLuKCuMihp/+zcMY/3sg1Fk=";
};
patches = [