abcde: Fix URL.
svn path=/nixpkgs/trunk/; revision=13012
This commit is contained in:
parent
f901f6a686
commit
750e48549d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ in
|
|||
stdenv.mkDerivation {
|
||||
name = "abcde-${version}";
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/a/abcde/abcde_${version}.orig.tar.gz";
|
||||
url = "mirror://debian/pool/main/a/abcde/abcde_${version}.orig.tar.gz";
|
||||
sha256 = "1wl4ygj1cf1d6g05gwwygsd5g83l039fzi011r30ma5lnm763lyb";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue