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

libcint: 6.1.1 -> 6.1.2
This commit is contained in:
Nick Cao
2024-02-01 09:34:20 -05:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "6.1.1";
version = "6.1.2";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
hash = "sha256-wV3y+NobV6J+J6I2z3dJdCvTwvfgMspMtAGNpbwfsYk=";
hash = "sha256-URJcC0ib87ejrTCglCjhC2tQHNc5TRvo4CQ52N58n+4=";
};
postPatch = ''