Skip to content

Commit 263dc0c

Browse files
timKraeutervbgl
authored andcommitted
maude: 3.3.1 -> 3.4
1 parent 47cd7e2 commit 263dc0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/interpreters/maude/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66

77
let
8-
version = "3.3.1";
8+
version = "3.4";
99
in
1010

1111
stdenv.mkDerivation {
1212
pname = "maude";
1313
inherit version;
1414

1515
src = fetchurl {
16-
url = "https://github.com/SRI-CSL/Maude/archive/refs/tags/Maude${version}.tar.gz";
17-
sha256 = "ueM8qi3fLogWT8bA+ZyBnd9Zr9oOKuoiu2YpG6o5J1E=";
16+
url = "https://github.com/maude-lang/Maude/archive/refs/tags/Maude${version}.tar.gz";
17+
sha256 = "IXWEWAmh388NpNSt9wnOpLkzhZ09N+AStO2wn5dRT8o=";
1818
};
1919

2020
nativeBuildInputs = [ flex bison unzip makeWrapper ];

0 commit comments

Comments
 (0)