easycrypt: 2025.02 -> 2025.03

This commit is contained in:
R. Ryantm
2025-03-25 20:13:49 +00:00
parent db6ea9d70b
commit c1f06a61fd
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "easycrypt";
version = "2025.02";
version = "2025.03";
src = fetchFromGitHub {
owner = pname;
repo = pname;
tag = "r${version}";
hash = "sha256-XkfFCPmc8vd6gGFiz/Lxzk7BtcCQBzPNVPGFdiylZmc=";
hash = "sha256-Z6JaqR0BocEhDuof929HOvzWu6C77CAqeuYYY2PXvrs=";
};
nativeBuildInputs =