Skip to content

Commit e426ecb

Browse files
authored
easycrypt: 2026.03 -> 2026.05 (NixOS#515558)
2 parents fd9eef1 + 41089fb commit e426ecb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/science/logic/easycrypt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "easycrypt";
14-
version = "2026.03";
14+
version = "2026.05";
1515

1616
src = fetchFromGitHub {
1717
owner = "easycrypt";
1818
repo = "easycrypt";
1919
tag = "r${finalAttrs.version}";
20-
hash = "sha256-GkZSsVLnJg0/P5nRAHrmj64NmpT99jc2tvK0B/6FE7s=";
20+
hash = "sha256-+tVGJAfngTHpn7qFGwl36verbcxOqH21zwojgOxcuuY=";
2121
};
2222

2323
nativeBuildInputs =

0 commit comments

Comments
 (0)