aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Tassi2020-11-24 10:46:29 +0100
committerEnrico Tassi2020-11-24 10:46:29 +0100
commitf29decccfc51850fe067633fcf759a481a210bca (patch)
tree68e7a28fcf6b341c57fea1f2ebf084cf8357eb6c
parent17da7c41b17da3280cb2c182387685ad4be6022f (diff)
update 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;