easycrypt: 2025.03 -> 2025.08

This commit is contained in:
R. Ryantm
2025-08-11 20:28:07 +02:00
committed by Vincent Laporte
parent 69034f60c4
commit e1e49992a9
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "easycrypt";
version = "2025.03";
version = "2025.08";
src = fetchFromGitHub {
owner = pname;
repo = pname;
tag = "r${version}";
hash = "sha256-Z6JaqR0BocEhDuof929HOvzWu6C77CAqeuYYY2PXvrs=";
hash = "sha256-WUms6hh7T5/gxRLFvbJQiT1ErLr8KFilFNOMTT/fIyY=";
};
nativeBuildInputs =