openmolcas: fix hash after release tag has moved

This commit is contained in:
Phillip Seeber
2026-03-23 12:13:43 +01:00
parent c1a43dd9a2
commit 6bce095829
+1 -1
View File
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Molcas";
repo = "OpenMolcas";
rev = "v${finalAttrs.version}";
hash = "sha256-+DU651GiGZRHdkLuGLCPU/95uOhG+kENCTi1T+8Hz1g=";
hash = "sha256-FzO1fvMw+/r6SKiaODlhkmKlbzQ9TXLYXk+xpz/fs2I=";
};
patches = [