Merge pull request #137742 from r-ryantm/auto-update/coordgenlibs

coordgenlibs: 2.0.3 -> 3.0.0
This commit is contained in:
Ryan Mulligan 2021-09-14 09:37:55 -07:00 committed by GitHub
commit 33134a7715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "coordgenlibs";
version = "2.0.3";
version = "3.0.0";
src = fetchFromGitHub {
owner = "schrodinger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uperQnJ1Q+s15pAlg/f4XR5VJI484ygZ0F6pMvcVDv8=";
sha256 = "sha256-iy5VFp+50ldyoGJtPI1w3VfndIAGwBb1Xh6Qp18q/wU=";
};
nativeBuildInputs = [ cmake ];