We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36282bc commit a69b193Copy full SHA for a69b193
pkgs/development/coq-modules/autosubst-ocaml/default.nix
@@ -9,12 +9,17 @@ mkCoqDerivation {
9
pname = "autosubst-ocaml";
10
owner = "uds-psl";
11
12
+ release."1.1+8.20".sha256 = "sha256-S3uKkwbGFsvauP9lKc3UsdszHahbZQhlOOK3fCBXlSE=";
13
release."1.1+8.19".sha256 = "sha256-AGbhw/6lg4GpDE6hZBhau9DLW7HVXa0UzGvJfSV8oHE=";
14
15
inherit version;
16
defaultVersion =
17
with lib.versions;
18
lib.switch coq.coq-version [
19
+ {
20
+ case = isEq "8.20";
21
+ out = "1.1+8.20";
22
+ }
23
{
24
case = isEq "8.19";
25
out = "1.1+8.19";
0 commit comments