aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-10-07 14:03:44 +0200
committerPierre-Marie Pédrot2019-10-07 14:06:38 +0200
commit03d4f975e040c3f21308b6bf4895d8f0d355f415 (patch)
tree39f2c61f8b4aa578753d32759afca6c7ad53e245 /default.nix
parente01c9132fc505a3c443bee27d88dcd16a566616f (diff)
Bump version number to 8.11.
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 2d101eed57..19afc2bd1b 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.10-git"
+, coq-version ? "8.11-git"
}:
with pkgs;