diff options
| author | Emilio Jesus Gallego Arias | 2020-05-18 16:58:21 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-05-18 16:58:21 +0200 |
| commit | ea6cb6b542e8c356192bb77f234586e0f6d55c8c (patch) | |
| tree | a5e02dcc797d17c09bac5ddc22e9d803828198df /default.nix | |
| parent | b456cf69eaac3e73f0c63c81ab2dbb58ca5e73b2 (diff) | |
| parent | f1238742f931269167e7c2704b53bb285d05f39d (diff) | |
Merge PR #12346: Update to 8.13.
Reviewed-by: ejgallego
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 841bccb129..6b0e396d23 100644 --- a/default.nix +++ b/default.nix @@ -29,7 +29,7 @@ , shell ? false # We don't use lib.inNixShell because that would also apply # when in a nix-shell of some package depending on this one. -, coq-version ? "8.12-git" +, coq-version ? "8.13-git" }: with pkgs; |
