libcint: 5.1.6 -> 5.2.1

This commit is contained in:
Phillip Seeber 2023-03-16 10:40:43 +01:00
parent ae65ff26ac
commit 8e886a7328

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "5.1.6";
version = "5.2.1";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
hash = "sha256-vhi/VzT/WmkfWi+hliN60o7eT+XgDr7T/k8DG3N1moc=";
hash = "sha256-sFdigOlS5fAi2dV4dhcPg3roqFdvpnh580WDqTA6DGg=";
};
nativeBuildInputs = [ cmake ];