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 12cce16 commit 5d928bfCopy full SHA for 5d928bf
pkgs/development/coq-modules/jasmin/default.nix
@@ -16,11 +16,12 @@ mkCoqDerivation {
16
defaultVersion =
17
with lib.versions;
18
lib.switch [ coq.version mathcomp.version ] [
19
- { cases = [ (range "8.19" "8.20") (range "2.2" "2.3") ]; out = "2024.07.3"; }
+ { cases = [ (range "8.19" "9.0") (range "2.2" "2.3") ]; out = "2025.02.0"; }
20
{ cases = [ (isEq "8.18") (isEq "2.2") ]; out = "2024.07.2"; }
21
] null;
22
releaseRev = v: "v${v}";
23
24
+ release."2025.02.0".sha256 = "sha256-Jlf0+VPuYWXdWyKHKHSp7h/HuCCp4VkcrgDAmh7pi5s=";
25
release."2024.07.3".sha256 = "sha256-n/X8d7ILuZ07l24Ij8TxbQzAG7E8kldWFcUI65W4r+c=";
26
release."2024.07.2".sha256 = "sha256-aF8SYY5jRxQ6iEr7t6mRN3BEmIDhJ53PGhuZiJGB+i8=";
27
0 commit comments