summary refs log tree commit diff
path: root/pkgs/development/coq-modules/QuickChick/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-09-13 06:01:17 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-09-20 04:26:37 +0200
commitc5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5 (patch)
treeaa08ed399dca43e4731cdf031faa374afe49c2ec /pkgs/development/coq-modules/QuickChick/default.nix
parent998f0f7924198b2460458728de59fe738997f28e (diff)
downloadnixpkgs-c5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5.tar
nixpkgs-c5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5.tar.gz
nixpkgs-c5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5.tar.bz2
nixpkgs-c5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5.tar.lz
nixpkgs-c5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5.tar.xz
nixpkgs-c5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5.tar.zst
nixpkgs-c5bfd9b4d1518a98ab38c4b4cdaf33859250f5c5.zip
coqPackages.QuickChick: 1.6.2 → 1.6.4
Diffstat (limited to 'pkgs/development/coq-modules/QuickChick/default.nix')
-rw-r--r--pkgs/development/coq-modules/QuickChick/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/QuickChick/default.nix b/pkgs/development/coq-modules/QuickChick/default.nix
index 0bbcde784ac..7564721d8c0 100644
--- a/pkgs/development/coq-modules/QuickChick/default.nix
+++ b/pkgs/development/coq-modules/QuickChick/default.nix
@@ -6,7 +6,7 @@ let recent = lib.versions.isGe "8.7" coq.coq-version; in
   owner = "QuickChick";
   inherit version;
   defaultVersion = with lib; with versions; lib.switch [ coq.coq-version ssreflect.version ] [
-      { cases = [ (range "8.13" "8.15") pred.true  ]; out = "1.6.2"; }
+      { cases = [ (range "8.13" "8.16") pred.true  ]; out = "1.6.4"; }
       { cases = [ "8.13" pred.true  ]; out = "1.5.0"; }
       { cases = [ "8.12" pred.true  ]; out = "1.4.0"; }
       { cases = [ "8.11" pred.true  ]; out = "1.3.2"; }
@@ -17,6 +17,7 @@ let recent = lib.versions.isGe "8.7" coq.coq-version; in
       { cases = [ "8.6"  pred.true  ];  out = "20171102"; }
       { cases = [ "8.5"  pred.true  ];  out = "20170512"; }
     ] null;
+  release."1.6.4".sha256    = "sha256-C1060wPSU33yZAFLxGmZlAMXASnx98qz3oSLO8DO+mM=";
   release."1.6.2".sha256    = "0g5q9zw3xd4zndihq96nxkq4w3dh05418wzlwdk1nnn3b6vbx6z0";
   release."1.5.0".sha256    = "1lq8x86vd3vqqh2yq6hvyagpnhfq5wmk5pg2z0xq7b7dcw7hyfkw";
   release."1.4.0".sha256    = "068p48pm5yxjc3yv8qwzp25bp9kddvxj81l31mjkyx3sdrsw3kyc";