forked from mirrors/nixpkgs
amuleGui: update from 2.2.6 to 2.3.1
This commit is contained in:
parent
741b202d72
commit
3da956c7ca
|
@ -12,11 +12,11 @@ let
|
|||
edf = enabled: flag: if enabled then "--enable-" + flag else "--disable-" + flag;
|
||||
in
|
||||
mkDerivation rec {
|
||||
name = "aMule-2.2.6";
|
||||
name = "aMule-2.3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/amule/${name}.tar.bz2";
|
||||
sha256 = "08l1931hcg1ia8yvhgx70hx64mknjnfn6l78m0ja44w13mgjpqvc";
|
||||
sha256 = "17g6xh6k7rqy2sjp9l4m7h4in96cqwk5gfgg4fhlymzc6jfa3vfj";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in a new issue