Commit 502d5ef9 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

Revert "coqPackages.jasmin: 2024.07.2 -> 2025.02.0"

This reverts commit a896c1b2.
parent 9e270b23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ mkCoqDerivation {
    with lib.versions;
    lib.switch [ coq.version mathcomp.version ] [
      { cases = [ (range "8.18" "8.20") (range "2.2" "2.3") ];
        out = "2025.02.0"; }
        out = "2024.07.2"; }
    ] null;
  releaseRev = v: "v${v}";

  release."2025.02.0".sha256 = "sha256-Jlf0+VPuYWXdWyKHKHSp7h/HuCCp4VkcrgDAmh7pi5s=";
  release."2024.07.2".sha256 = "sha256-aF8SYY5jRxQ6iEr7t6mRN3BEmIDhJ53PGhuZiJGB+i8=";

  propagatedBuildInputs = [
    mathcomp-algebra-tactics