libcint: 4.1.0 -> 4.1.1

This commit is contained in:
R. RyanTM 2021-03-22 10:44:40 +00:00
parent 0263b16742
commit 418ab6338e

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "4.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
sha256 = "sha256-ZDPDJXvSAqCkhxUSzlcWBAMrCI6mjA8rXxX65Cw5nYI=";
sha256 = "sha256-HBZ/VMuTLAYpqcIPzQ4JbsMSXsI/sKc14ZFpbVhQF/g=";
};
nativeBuildInputs = [ cmake ];