libcint: 4.3.0 -> 4.4.0

This commit is contained in:
Drew Risinger 2021-05-05 16:53:49 -04:00
parent d8ac07dd6b
commit 952a0034e8

View file

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