maude: 3.5 -> 3.5.1 (#439373)

This commit is contained in:
Peter Simons
2025-09-03 09:11:21 +02:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "maude";
version = "3.5";
version = "3.5.1";
src = fetchFromGitHub {
owner = "maude-lang";
repo = "Maude";
tag = "Maude${finalAttrs.version}";
hash = "sha256-1no5K3+0N4MCg2Nr+9FgwWH6G9Inwh2MIYuA/auZhys=";
hash = "sha256-NluckH48G4Y79exEQM+hB4oMujA2jcHUFgG3qe+9fGw=";
};
# Always enabled in CVC4 1.8: https://github.com/CVC4/CVC4/pull/4519