lol

easycrypt: 2025.03 -> 2025.08

authored by

R. Ryantm and committed by
Vincent Laporte
e1e49992 69034f60

+2 -2
+2 -2
pkgs/applications/science/logic/easycrypt/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "easycrypt"; 13 - version = "2025.03"; 13 + version = "2025.08"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = pname; 17 17 repo = pname; 18 18 tag = "r${version}"; 19 - hash = "sha256-Z6JaqR0BocEhDuof929HOvzWu6C77CAqeuYYY2PXvrs="; 19 + hash = "sha256-WUms6hh7T5/gxRLFvbJQiT1ErLr8KFilFNOMTT/fIyY="; 20 20 }; 21 21 22 22 nativeBuildInputs =