lol

coqPackages.jasmin: 2024.07.2 → 2024.07.3

authored by

Vincent Laporte and committed by
Vincent Laporte
12cce16d 502d5ef9

+3 -2
+3 -2
pkgs/development/coq-modules/jasmin/default.nix
··· 16 16 defaultVersion = 17 17 with lib.versions; 18 18 lib.switch [ coq.version mathcomp.version ] [ 19 - { cases = [ (range "8.18" "8.20") (range "2.2" "2.3") ]; 20 - out = "2024.07.2"; } 19 + { cases = [ (range "8.19" "8.20") (range "2.2" "2.3") ]; out = "2024.07.3"; } 20 + { cases = [ (isEq "8.18") (isEq "2.2") ]; out = "2024.07.2"; } 21 21 ] null; 22 22 releaseRev = v: "v${v}"; 23 23 24 + release."2024.07.3".sha256 = "sha256-n/X8d7ILuZ07l24Ij8TxbQzAG7E8kldWFcUI65W4r+c="; 24 25 release."2024.07.2".sha256 = "sha256-aF8SYY5jRxQ6iEr7t6mRN3BEmIDhJ53PGhuZiJGB+i8="; 25 26 26 27 propagatedBuildInputs = [