coordgenlibs: 2.0.3 -> 3.0.0

This commit is contained in:
R. RyanTM 2021-09-14 04:24:22 +00:00
parent ea59da44e8
commit ddb3f2b463

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 ];