libcint: 4.1.1 -> 4.3.0

This commit is contained in:
Drew Risinger 2021-04-27 14:34:37 -04:00
parent d06818e5a4
commit c14bf3fcc1

View file

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