Skip to content

Commit a69b193

Browse files
proux01vbgl
authored andcommitted
coqPackages.autosubst-ocaml: 1.1+8.19 -> 1.1+8.20
1 parent 36282bc commit a69b193

File tree

1 file changed

+5
-0
lines changed
  • pkgs/development/coq-modules/autosubst-ocaml

1 file changed

+5
-0
lines changed

pkgs/development/coq-modules/autosubst-ocaml/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ mkCoqDerivation {
99
pname = "autosubst-ocaml";
1010
owner = "uds-psl";
1111

12+
release."1.1+8.20".sha256 = "sha256-S3uKkwbGFsvauP9lKc3UsdszHahbZQhlOOK3fCBXlSE=";
1213
release."1.1+8.19".sha256 = "sha256-AGbhw/6lg4GpDE6hZBhau9DLW7HVXa0UzGvJfSV8oHE=";
1314

1415
inherit version;
1516
defaultVersion =
1617
with lib.versions;
1718
lib.switch coq.coq-version [
19+
{
20+
case = isEq "8.20";
21+
out = "1.1+8.20";
22+
}
1823
{
1924
case = isEq "8.19";
2025
out = "1.1+8.19";

0 commit comments

Comments
 (0)