We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cd7e2 commit 263dc0cCopy full SHA for 263dc0c
pkgs/development/interpreters/maude/default.nix
@@ -5,16 +5,16 @@
5
}:
6
7
let
8
- version = "3.3.1";
+ version = "3.4";
9
in
10
11
stdenv.mkDerivation {
12
pname = "maude";
13
inherit version;
14
15
src = fetchurl {
16
- url = "https://github.com/SRI-CSL/Maude/archive/refs/tags/Maude${version}.tar.gz";
17
- sha256 = "ueM8qi3fLogWT8bA+ZyBnd9Zr9oOKuoiu2YpG6o5J1E=";
+ url = "https://github.com/maude-lang/Maude/archive/refs/tags/Maude${version}.tar.gz";
+ sha256 = "IXWEWAmh388NpNSt9wnOpLkzhZ09N+AStO2wn5dRT8o=";
18
};
19
20
nativeBuildInputs = [ flex bison unzip makeWrapper ];
0 commit comments