python3Packages.memcached: Fix fetch URL
This commit is contained in:
parent
354a3b92b4
commit
d4838aea5b
@ -6,11 +6,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "memcached-1.51";
|
pname = "memcached";
|
||||||
version = "1.51";
|
version = "1.51";
|
||||||
|
|
||||||
src = if isPy3k then fetchPypi {
|
src = if isPy3k then fetchPypi {
|
||||||
inherit pname version;
|
inherit version;
|
||||||
|
pname = "python3-${pname}";
|
||||||
sha256 = "0na8b369q8fivh3y0nvzbvhh3lgvxiyyv9xp93cnkvwfsr8mkgkw";
|
sha256 = "0na8b369q8fivh3y0nvzbvhh3lgvxiyyv9xp93cnkvwfsr8mkgkw";
|
||||||
} else fetchurl {
|
} else fetchurl {
|
||||||
url = "http://ftp.tummy.com/pub/python-memcached/old-releases/python-${pname}-${version}.tar.gz";
|
url = "http://ftp.tummy.com/pub/python-memcached/old-releases/python-${pname}-${version}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user