summary refs log tree commit diff
path: root/pkgs/development/coq-modules/bignums
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-12-08 18:06:14 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-12-09 15:46:06 +0100
commita0240d5415d1a766bac2c2fa0d056efc157a5003 (patch)
tree68bed3a1795d804391b1a4400b6f7be7324b414b /pkgs/development/coq-modules/bignums
parent2b51eb99d212dfabb6646b90f8990e89665196f3 (diff)
downloadnixpkgs-a0240d5415d1a766bac2c2fa0d056efc157a5003.tar
nixpkgs-a0240d5415d1a766bac2c2fa0d056efc157a5003.tar.gz
nixpkgs-a0240d5415d1a766bac2c2fa0d056efc157a5003.tar.bz2
nixpkgs-a0240d5415d1a766bac2c2fa0d056efc157a5003.tar.lz
nixpkgs-a0240d5415d1a766bac2c2fa0d056efc157a5003.tar.xz
nixpkgs-a0240d5415d1a766bac2c2fa0d056efc157a5003.tar.zst
nixpkgs-a0240d5415d1a766bac2c2fa0d056efc157a5003.zip
coqPackages.bignums: enable for Coq 8.15
Diffstat (limited to 'pkgs/development/coq-modules/bignums')
-rw-r--r--pkgs/development/coq-modules/bignums/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/coq-modules/bignums/default.nix b/pkgs/development/coq-modules/bignums/default.nix
index cb83a9fdc33..0001ae1ded4 100644
--- a/pkgs/development/coq-modules/bignums/default.nix
+++ b/pkgs/development/coq-modules/bignums/default.nix
@@ -8,6 +8,7 @@ with lib; mkCoqDerivation {
   defaultVersion = if versions.isGe "8.5" coq.coq-version
     then "${coq.coq-version}.0" else null;
 
+  release."8.15.0".sha256 = "093klwlhclgyrba1iv18dyz1qp5f0lwiaa7y0qwvgmai8rll5fns";
   release."8.14.0".sha256 = "0jsgdvj0ddhkls32krprp34r64y1rb5mwxl34fgaxk2k4664yq06";
   release."8.13.0".sha256 = "1n66i7hd9222b2ks606mak7m4f0dgy02xgygjskmmav6h7g2sx7y";
   release."8.12.0".sha256 = "14ijb3qy2hin3g4djx437jmnswxxq7lkfh3dwh9qvrds9a015yg8";