Commit 8e886a73 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

libcint: 5.1.6 -> 5.2.1

parent ae65ff26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];