summary refs log tree commit diff
path: root/pkgs/development/libraries/coordgenlibs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 04:24:22 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 04:24:22 +0000
commitddb3f2b4639dafd561efa9daff550953e2393a57 (patch)
tree6f23b529523dedbf647c95cc7d80111bfaa00e15 /pkgs/development/libraries/coordgenlibs
parentea59da44e84ac92d5eebc7d6e5dd5a2873fe5379 (diff)
downloadnixpkgs-ddb3f2b4639dafd561efa9daff550953e2393a57.tar
nixpkgs-ddb3f2b4639dafd561efa9daff550953e2393a57.tar.gz
nixpkgs-ddb3f2b4639dafd561efa9daff550953e2393a57.tar.bz2
nixpkgs-ddb3f2b4639dafd561efa9daff550953e2393a57.tar.lz
nixpkgs-ddb3f2b4639dafd561efa9daff550953e2393a57.tar.xz
nixpkgs-ddb3f2b4639dafd561efa9daff550953e2393a57.tar.zst
nixpkgs-ddb3f2b4639dafd561efa9daff550953e2393a57.zip
coordgenlibs: 2.0.3 -> 3.0.0
Diffstat (limited to 'pkgs/development/libraries/coordgenlibs')
-rw-r--r--pkgs/development/libraries/coordgenlibs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/coordgenlibs/default.nix b/pkgs/development/libraries/coordgenlibs/default.nix
index 9dcfb79f3e3..c33779ba5b9 100644
--- a/pkgs/development/libraries/coordgenlibs/default.nix
+++ b/pkgs/development/libraries/coordgenlibs/default.nix
@@ -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 ];