Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
coqPackages_8_10.QuickChick: init at 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 6, 2020
1 parent 4f8ea1e commit e824346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/coq-modules/QuickChick/default.nix
Expand Up @@ -25,6 +25,12 @@ let params =
rev = "v${version}";
sha256 = "1c34v1k37rk7v0xk2czv5n79mbjxjrm6nh3llg2mpfmdsqi68wf3";
};

"8.10" = rec {
version = "1.2.0";
rev = "v${version}";
sha256 = "1xs4mr3rdb0g44736jb40k370hw3maxdk12jiq1w1dl3q5gfrhah";
};
};
param = params.${coq.coq-version};
in
Expand Down

0 comments on commit e824346

Please sign in to comment.