Merge pull request #117205 from r-ryantm/auto-update/libcint

libcint: 4.1.0 -> 4.1.1
This commit is contained in:
Ryan Mulligan
2021-03-22 21:10:51 -07:00
committed by GitHub

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 ];