Skip to content

Commit

Permalink
yices: 2.3.1 -> 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Oct 26, 2016
1 parent 6f1f1d8 commit 1f89121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/yices/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "yices-${version}";
version = "2.3.1";
version = "2.5.1";

src = fetchurl {
url = "http://yices.csl.sri.com/cgi-bin/yices2-newnewdownload.cgi?file=yices-2.3.1-src.tar.gz&accept=I+Agree";
url = "http://yices.csl.sri.com/cgi-bin/yices2-newnewdownload.cgi?file=yices-${version}-src.tar.gz&accept=I+Agree";
name = "yices-${version}-src.tar.gz";
sha256 = "1da70n0cah0dh3pk7fcrvjkszx9qmhc0csgl15jqa7bdh707k2zs";
sha256 = "1wfq6hcm54h0mqmbs1ip63i0ywlwnciav86sbzk3gafxyzg1nd0c";
};

configureFlags = [ "--with-static-gmp=${gmp-static.out}/lib/libgmp.a"
Expand Down

0 comments on commit 1f89121

Please sign in to comment.