maude: 3.5 -> 3.5.1 (#439373)

authored by Peter Simons and committed by GitHub 28739eac 74ecc525

+2 -2
+2 -2
pkgs/by-name/ma/maude/package.nix
··· 19 19 20 20 stdenv.mkDerivation (finalAttrs: { 21 21 pname = "maude"; 22 - version = "3.5"; 22 + version = "3.5.1"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "maude-lang"; 26 26 repo = "Maude"; 27 27 tag = "Maude${finalAttrs.version}"; 28 - hash = "sha256-1no5K3+0N4MCg2Nr+9FgwWH6G9Inwh2MIYuA/auZhys="; 28 + hash = "sha256-NluckH48G4Y79exEQM+hB4oMujA2jcHUFgG3qe+9fGw="; 29 29 }; 30 30 31 31 # Always enabled in CVC4 1.8: https://github.com/CVC4/CVC4/pull/4519