aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorThéo Zimmermann2020-05-18 11:28:58 +0200
committerEmilio Jesus Gallego Arias2020-05-18 16:57:43 +0200
commitf1238742f931269167e7c2704b53bb285d05f39d (patch)
treea5e02dcc797d17c09bac5ddc22e9d803828198df /default.nix
parentb456cf69eaac3e73f0c63c81ab2dbb58ca5e73b2 (diff)
Update to 8.13.
Part of this PR was automatically generated by running dev/doc/update-compat.py --master
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
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;