easycrypt: 2026.03 -> 2026.05 (#515558)

This commit is contained in:
Vincent Laporte
2026-05-04 05:27:24 +00:00
committed by GitHub
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "easycrypt";
version = "2026.03";
version = "2026.05";
src = fetchFromGitHub {
owner = "easycrypt";
repo = "easycrypt";
tag = "r${finalAttrs.version}";
hash = "sha256-GkZSsVLnJg0/P5nRAHrmj64NmpT99jc2tvK0B/6FE7s=";
hash = "sha256-+tVGJAfngTHpn7qFGwl36verbcxOqH21zwojgOxcuuY=";
};
nativeBuildInputs =