easycrypt: 2025.10 -> 2025.11

This commit is contained in:
R. Ryantm
2025-11-15 15:06:42 +00:00
parent 042d0c7f69
commit ab9975eb0c
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "easycrypt";
version = "2025.10";
version = "2025.11";
src = fetchFromGitHub {
owner = "easycrypt";
repo = "easycrypt";
tag = "r${version}";
hash = "sha256-EF508JsM99lLIqTrWkV/gvlKYRSPQgaLfqxDoOkJbhU=";
hash = "sha256-BLyC8AB075Nyhb5heIKVkxnWWt4Zn8Doo10ShsACJ4g=";
};
nativeBuildInputs =