lol

coqPackages.flocq: 4.2.0 -> 4.2.1

authored by

Pierre Roux and committed by
Vincent Laporte
e09c5f4a a69b193a

+5
+5
pkgs/development/coq-modules/flocq/default.nix
··· 17 17 with lib.versions; 18 18 lib.switch coq.coq-version [ 19 19 { 20 + case = range "8.15" "9.0"; 21 + out = "4.2.1"; 22 + } 23 + { 20 24 case = range "8.14" "8.20"; 21 25 out = "4.2.0"; 22 26 } ··· 41 45 out = "2.6.1"; 42 46 } 43 47 ] null; 48 + release."4.2.1".sha256 = "sha256-W5hcAm0GGmNsvre79/iGNcoBwFzStC4G177hZ3ds/4E="; 44 49 release."4.2.0".sha256 = "sha256-uTeo4GCs6wTLN3sLKsj0xLlt1fUDYfozXtq6iooLUgM="; 45 50 release."4.1.4".sha256 = "sha256-Use6Mlx79yef1CkCPyGoOItsD69B9KR+mQArCtmre4s="; 46 51 release."4.1.3".sha256 = "sha256-os3cI885xNpxI+1p5rb8fSNnxKr7SFxqh83+3AM3t4I=";