1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

amuleGui: update from 2.2.6 to 2.3.1

This commit is contained in:
Nixpkgs Monitor 2013-12-09 11:13:26 +02:00 committed by Evgeny Egorochkin
parent 741b202d72
commit 3da956c7ca

View file

@ -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 =