Skip to content

Commit

Permalink
coqPackages.autosubst-ocaml: 1.1+8.19 -> 1.1+8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored and vbgl committed Feb 12, 2025
1 parent 36282bc commit a69b193
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/coq-modules/autosubst-ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ mkCoqDerivation {
pname = "autosubst-ocaml";
owner = "uds-psl";

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

inherit version;
defaultVersion =
with lib.versions;
lib.switch coq.coq-version [
{
case = isEq "8.20";
out = "1.1+8.20";
}
{
case = isEq "8.19";
out = "1.1+8.19";
Expand Down

0 comments on commit a69b193

Please sign in to comment.