Commit 2c5f2d67 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

libcint: 5.2.1 -> 5.4.0

parent 95d630c6
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.2.1";
  version = "5.4.0";

  src = fetchFromGitHub {
    owner = "sunqm";
    repo = "libcint";
    rev = "v${version}";
    hash = "sha256-sFdigOlS5fAi2dV4dhcPg3roqFdvpnh580WDqTA6DGg=";
    hash = "sha256-U+ZlD/I7RHtdYNbFhAmeU4qREe45dYJDIAC3Bup2tr0=";
  };

  nativeBuildInputs = [ cmake ];