We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd9eef1 + 41089fb commit e426ecbCopy full SHA for e426ecb
1 file changed
pkgs/applications/science/logic/easycrypt/default.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "easycrypt";
14
- version = "2026.03";
+ version = "2026.05";
15
16
src = fetchFromGitHub {
17
owner = "easycrypt";
18
repo = "easycrypt";
19
tag = "r${finalAttrs.version}";
20
- hash = "sha256-GkZSsVLnJg0/P5nRAHrmj64NmpT99jc2tvK0B/6FE7s=";
+ hash = "sha256-+tVGJAfngTHpn7qFGwl36verbcxOqH21zwojgOxcuuY=";
21
};
22
23
nativeBuildInputs =
0 commit comments