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

libcint: 3.0.20 -> 3.1.1
This commit is contained in:
Ryan Mulligan 2020-09-05 13:01:54 -07:00 committed by GitHub
commit 00524fa64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "3.0.20";
version = "3.1.1";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
sha256 = "0iqqq568q9sxppr08rvmpyjq0n82pm04x9rxhh3mf20x1ds7ngj5";
sha256 = "0z1gavi7aacx68fmyzy90vzv5kff844lnxc6habs6y377dr3rwwy";
};
nativeBuildInputs = [ cmake ];