Skip to content

Commit

Permalink
CI: use why3 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jan 18, 2024
1 parent e869628 commit b40e717
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ let mathcomp-word = callPackage scripts/mathcomp-word.nix { inherit coqPackages;

let easycrypt = callPackage scripts/easycrypt.nix {
inherit ecRef;
why3 = pkgs.why3.overrideAttrs (o: rec {
version = "1.6.0";
src = pkgs.fetchurl {
url = "https://why3.gitlabpages.inria.fr/releases/${o.pname}-${version}.tar.gz";
hash = "sha256-hFvM6kHScaCtcHCc6Vezl9CR7BFbiKPoTEh7kj0ZJxw=";
};
why3 = pkgs.why3.overrideAttrs (o: {
configureFlags = o.configureFlags ++ [ "--disable-ide" ];
});
}; in
Expand Down

0 comments on commit b40e717

Please sign in to comment.