Unverified Commit f7611cc5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #283760 from r-ryantm/auto-update/libcint

libcint: 6.1.0 -> 6.1.1
parents e4d2946e 466f5c75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "libcint";
  version = "6.1.0";
  version = "6.1.1";

  src = fetchFromGitHub {
    owner = "sunqm";
    repo = "libcint";
    rev = "v${version}";
    hash = "sha256-qcVVp+81S3Y0fxDWA/PWQeFT2g0N6tIHNUaOHSru2GA=";
    hash = "sha256-wV3y+NobV6J+J6I2z3dJdCvTwvfgMspMtAGNpbwfsYk=";
  };

  postPatch = ''