easycrypt: 2023.09 -> 2024.01

This commit is contained in:
R. Ryantm 2024-01-17 05:28:24 +00:00 committed by Vincent Laporte
parent 9e883fa188
commit ba3295cbef

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "easycrypt";
version = "2023.09";
version = "2024.01";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "r${version}";
hash = "sha256-9xavU9jRisZekPqC87EyiLXtZCGu/9QeGzq6BJGt1+Y=";
hash = "sha256-UYDoVMi5TtYxgPq5nkp/oRtcMcHl2p7KAG8ptvuOL5U=";
};
nativeBuildInputs = with ocamlPackages; [