aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-27 09:19:06 +0000
committerGitHub2020-11-27 09:19:06 +0000
commitbebd86fd42e54c8e3ebf581d8a7f3ae8643efb2f (patch)
tree40874419d5163fbb957b0c6631998ea41a834add /default.nix
parentc294664df8e9190a2fbb6153c70c208f58c7db70 (diff)
parentf29decccfc51850fe067633fcf759a481a210bca (diff)
Merge PR #13457: [RM] Update magicno & compat
Reviewed-by: Zimmi48
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 7f9e62b28c..0b23bdb48c 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.13-git"
+, coq-version ? "8.14-git"
}:
with pkgs;